]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/db64360/sdram_init.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / Marvell / db64360 / sdram_init.c
index f04aaf9a6edb12f0228187826acc3dd1c4b5d85d..ecadaf2710282a5641195d7e0e2606b31f7374b7 100644 (file)
@@ -1728,7 +1728,7 @@ long int dram_size (long int *base, long int maxsize)
 
 /* ppcboot 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)
 {
        int s0 = 0, s1 = 0;
        int checkbank[4] = {[0 ... 3] = 0 };