]> git.sur5r.net Git - u-boot/blobdiff - board/pcippc2/pcippc2.c
Change initdram() return type to phys_size_t
[u-boot] / board / pcippc2 / pcippc2.c
index 1148c6aa273d814501f772917d11469db8ce5d43..c1917c11b44abc206a0b5794eb4e4b2d5a6656ff 100644 (file)
@@ -63,7 +63,7 @@ u32 pcippc2_sdram_size (void)
        return in32 (REG (CPC0, RGBAN1));
 }
 
-long initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return cpc710_ram_init ();
 }