]> git.sur5r.net Git - u-boot/blobdiff - board/icecube/icecube.c
fdt: Fix typo in variable name.
[u-boot] / board / icecube / icecube.c
index 07ba2459d89023c59c9faff3a8f125d5f3cea4c6..760db736872a5a0890e78229b64f05ace66b0c26 100644 (file)
@@ -134,7 +134,7 @@ static void sdram_start (int hi_addr)
  */
 
 #if defined(CONFIG_MPC5200)
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        ulong dramsize = 0;
        ulong dramsize2 = 0;
@@ -259,7 +259,7 @@ long int initdram (int board_type)
 
 #elif defined(CONFIG_MGT5100)
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        ulong dramsize = 0;
 #ifndef CFG_RAMBOOT