X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Ftb0229%2Ftb0229.c;h=d3f05b2738b06a422e8bc3499515273ccd47e129;hb=d4b130dc80761b430dc5b410159cd158fca1a348;hp=d08b4224516da4b74eabd2f5061bccfad6a404a3;hpb=b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34;p=u-boot diff --git a/board/tb0229/tb0229.c b/board/tb0229/tb0229.c index d08b422451..d3f05b2738 100644 --- a/board/tb0229/tb0229.c +++ b/board/tb0229/tb0229.c @@ -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); +}