]> git.sur5r.net Git - u-boot/blobdiff - board/pm854/pm854.c
Moved initialization of E1000 Ethernet controller to board_eth_init()
[u-boot] / board / pm854 / pm854.c
index 7dbafb9a83b49ce42f7389a4c4b1017561d8b8ce..f366814618fc69f93d0af84ea5d58dc0a0cc1c10 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <common.h>
 #include <pci.h>
+#include <netdev.h>
 #include <asm/processor.h>
 #include <asm/mmu.h>
 #include <asm/immap_85xx.h>
@@ -289,3 +290,8 @@ pci_init_board(void)
        pci_mpc85xx_init(&hose);
 #endif /* CONFIG_PCI */
 }
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}