]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8360erdk/mpc8360erdk.c
Change initdram() return type to phys_size_t
[u-boot] / board / freescale / mpc8360erdk / mpc8360erdk.c
index 3bcdda7334b5886da334b40ed5ca89951bec2cf2..61d70001473329d584f1f52f98f228137f45f356 100644 (file)
@@ -266,7 +266,7 @@ int fixed_sdram(void)
        return msize;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
 #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRC)
        extern void ddr_enable_ecc(unsigned int dram_size);