Change initdram() return type to phys_size_t
[oweals/u-boot.git] / board / evb64260 / sdram_init.c
index fae6d1090dfdc7bb295deffb355f408cb657132f..9ae446544171ed76ef845012950fc7fcf547b7b9 100644 (file)
@@ -524,7 +524,7 @@ static long int dram_size (long int *base, long int maxsize)
 
 /* U-Boot interface function to SDRAM init - this is where all the
  * controlling logic happens */
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        ulong checkbank[4] = {[0 ... 3] = 0 };
        int bank_no;