Merge branch 'master' of git://git.denx.de/u-boot-mips
[platform/kernel/u-boot.git] / board / o2dnt / o2dnt.c
index 37832de..19faf52 100644 (file)
@@ -184,5 +184,6 @@ void pci_init_board(void)
 
 int board_eth_init(bd_t *bis)
 {
+       cpu_eth_init(bis); /* Built in FEC comes first */
        return pci_eth_init(bis);
 }