summaryrefslogtreecommitdiffstats
path: root/board/spear/spear310/spear310.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spear/spear310/spear310.c')
-rw-r--r--board/spear/spear310/spear310.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/spear/spear310/spear310.c b/board/spear/spear310/spear310.c
index 70f9aa16ea..a4c6a8edb0 100644
--- a/board/spear/spear310/spear310.c
+++ b/board/spear/spear310/spear310.c
@@ -54,8 +54,7 @@ int board_eth_init(bd_t *bis)
#if defined(CONFIG_DESIGNWARE_ETH)
u32 interface = PHY_INTERFACE_MODE_MII;
- if (designware_initialize(0, CONFIG_SPEAR_ETHBASE, CONFIG_DW0_PHY,
- interface) >= 0)
+ if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0)
ret++;
#endif
#if defined(CONFIG_MACB)
OpenPOWER on IntegriCloud