ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
[oweals/u-boot.git] / board / amcc / taishan / taishan.c
index 28bdab5dbb9d8462d20f1e94ede36d135ebd6d6e..53ce88c6cdf5c829254a686776d3baa85b761da7 100644 (file)
@@ -315,5 +315,6 @@ int post_hotkeys_pressed(void)
 
 int board_eth_init(bd_t *bis)
 {
+       cpu_eth_init(bis);
        return pci_eth_init(bis);
 }