summaryrefslogtreecommitdiffstats
path: root/board/broadcom/bcm_ep/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/broadcom/bcm_ep/board.c')
-rw-r--r--board/broadcom/bcm_ep/board.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/broadcom/bcm_ep/board.c b/board/broadcom/bcm_ep/board.c
index eaad0b3d98..c28b203cea 100644
--- a/board/broadcom/bcm_ep/board.c
+++ b/board/broadcom/bcm_ep/board.c
@@ -7,6 +7,7 @@
#include <common.h>
#include <asm/io.h>
#include <config.h>
+#include <netdev.h>
#include <asm/system.h>
#include <asm/iproc-common/armpll.h>
@@ -67,3 +68,13 @@ void smp_waitloop(unsigned previous_address)
{
}
#endif
+
+#ifdef CONFIG_BCM_SF2_ETH
+int board_eth_init(bd_t *bis)
+{
+ int rc = -1;
+ printf("Registering BCM sf2 eth\n");
+ rc = bcm_sf2_eth_register(bis, 0);
+ return rc;
+}
+#endif
OpenPOWER on IntegriCloud