summaryrefslogtreecommitdiff
path: root/board/sandpoint/sandpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandpoint/sandpoint.c')
-rw-r--r--board/sandpoint/sandpoint.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/sandpoint/sandpoint.c b/board/sandpoint/sandpoint.c
index 7429647b8..832baa263 100644
--- a/board/sandpoint/sandpoint.c
+++ b/board/sandpoint/sandpoint.c
@@ -24,6 +24,7 @@
#include <common.h>
#include <mpc824x.h>
#include <pci.h>
+#include <netdev.h>
int checkboard (void)
{
@@ -99,3 +100,8 @@ void pci_init_board(void)
{
pci_mpc824x_init(&hose);
}
+
+int board_eth_init(bd_t *bis)
+{
+ return pci_eth_init(bis);
+}