]> git.sur5r.net Git - u-boot/blobdiff - board/linkstation/linkstation.c
Change initdram() return type to phys_size_t
[u-boot] / board / linkstation / linkstation.c
index f6bc0a958da9812ad4250028a89edfb9f1779144..241cf032d86698dbff68c58f3854317231ced2cb 100644 (file)
@@ -50,7 +50,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return (get_ram_size(CFG_SDRAM_BASE, CFG_MAX_RAM_SIZE));
 }