]> git.sur5r.net Git - u-boot/blobdiff - board/tb0229/tb0229.c
85xx: Use print_size to report amount of memory not mapped by TLBs
[u-boot] / board / tb0229 / tb0229.c
index d08b4224516da4b74eabd2f5061bccfad6a404a3..d3f05b2738b06a422e8bc3499515273ccd47e129 100644 (file)
@@ -32,9 +32,9 @@ void pci_init_board (void)
 }
 #endif
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
-       return get_ram_size (CFG_SDRAM_BASE, 0x8000000);
+       return get_ram_size (CONFIG_SYS_SDRAM_BASE, 0x8000000);
 }
 
 int checkboard (void)
@@ -46,3 +46,8 @@ int checkboard (void)
 
        return 0;
 }
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}