]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sbc405/sbc405.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / sbc405 / sbc405.c
index 0ae6d0ba4558a175379887d2165d821e065d6d57..7818cd7e5557a2b6e09dc67d93bf475c7d85c0a8 100644 (file)
@@ -96,7 +96,7 @@ int checkboard (void)
 
 /* ------------------------------------------------------------------------- */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return  spd_sdram ();
 }