ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
[platform/kernel/u-boot.git] / board / amcc / katmai / katmai.c
index b6c0c11..e078ba4 100644 (file)
@@ -451,5 +451,6 @@ int post_hotkeys_pressed(void)
 
 int board_eth_init(bd_t *bis)
 {
+       cpu_eth_init(bis);
        return pci_eth_init(bis);
 }