]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc7448hpc2/mpc7448hpc2.c
Fixed some out-of-tree build issues
[u-boot] / board / freescale / mpc7448hpc2 / mpc7448hpc2.c
index f6cd192a810f1f0112ef02716c78aa2783758bf1..b3d83cc19f7793bded7bd1c160f370d4c1873dc7 100644 (file)
@@ -81,7 +81,7 @@ long int dram_size (int board_type)
        return 0x20000000;      /* 256M bytes */
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return dram_size (board_type);
 }