]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/pip405/pip405.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / mpl / pip405 / pip405.c
index 38286081ae79bb62af6fd1a37295d0de39f94fbd..6cba892e78d990f9213f6f7f223fa529d901109b 100644 (file)
@@ -608,7 +608,7 @@ int checkboard (void)
 /* ------------------------------------------------------------------------- */
 static int test_dram (unsigned long ramsize);
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        unsigned long bank_reg[4], tmp, bank_size;
        int i, ds;