]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci750/sdram_init.c
Change initdram() return type to phys_size_t
[u-boot] / board / esd / cpci750 / sdram_init.c
index f43e83f4914dbd56a349911815bb36c15cee0fd0..a479f0f5f83672440a7a18f8c1e007e8baf80778 100644 (file)
@@ -1602,7 +1602,7 @@ dram_size(long int *base, long int maxsize)
 
 /* ppcboot interface function to SDRAM init - this is where all the
  * controlling logic happens */
-long int
+phys_size_t
 initdram(int board_type)
 {
        int s0 = 0, s1 = 0;