diff options
Diffstat (limited to 'board/synopsys/axs101/axs101.c')
-rw-r--r-- | board/synopsys/axs101/axs101.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/synopsys/axs101/axs101.c b/board/synopsys/axs101/axs101.c index aa446b916e..84ee2bf43d 100644 --- a/board/synopsys/axs101/axs101.c +++ b/board/synopsys/axs101/axs101.c @@ -7,8 +7,6 @@ #include <common.h> #include <dwmmc.h> #include <malloc.h> -#include <netdev.h> -#include <phy.h> #include "axs10x.h" DECLARE_GLOBAL_DATA_PTR; @@ -35,16 +33,6 @@ int board_mmc_init(bd_t *bis) return 0; } -int board_eth_init(bd_t *bis) -{ - if (designware_initialize(ARC_DWGMAC_BASE, - PHY_INTERFACE_MODE_RGMII) >= 0) - return 1; - - return 0; -} - - #define AXS_MB_CREG 0xE0011000 int board_early_init_f(void) |