summaryrefslogtreecommitdiffstats
path: root/board/pm854
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm854')
-rw-r--r--board/pm854/pm854.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/pm854/pm854.c b/board/pm854/pm854.c
index 7dbafb9a83..f366814618 100644
--- a/board/pm854/pm854.c
+++ b/board/pm854/pm854.c
@@ -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);
+}
OpenPOWER on IntegriCloud