From 39d0ce06599c73e6e5b8d8c43c64e5272694cbbc Mon Sep 17 00:00:00 2001 From: Jiandong Zheng Date: Wed, 15 Jul 2015 16:28:14 -0700 Subject: arm: bcmcygnus: Enable Ethernet support Enable BCM SF2 ethernet and PHY for BCM Cygnus SoC Signed-off-by: Jiandong Zheng Signed-off-by: Steve Rae Acked-by: Joe Hershberger --- board/broadcom/bcm_ep/board.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'board/broadcom/bcm_ep') diff --git a/board/broadcom/bcm_ep/board.c b/board/broadcom/bcm_ep/board.c index eaad0b3..c28b203 100644 --- a/board/broadcom/bcm_ep/board.c +++ b/board/broadcom/bcm_ep/board.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include @@ -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 -- cgit v1.1