]> 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 921bd3adcdb524cde53362e54541e88452d8ccc6..d3f05b2738b06a422e8bc3499515273ccd47e129 100644 (file)
@@ -34,7 +34,7 @@ void pci_init_board (void)
 
 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);
+}