]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/yucca/yucca.c
ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
[u-boot] / board / amcc / yucca / yucca.c
index c8055689f70ef0f412312750df1c439e27079e4b..06c7d625a49fcc4778a8dda006c4f641d99800d4 100644 (file)
@@ -956,5 +956,6 @@ int onboard_pci_arbiter_selected(int core_pci)
 
 int board_eth_init(bd_t *bis)
 {
+       cpu_eth_init(bis);
        return pci_eth_init(bis);
 }