summaryrefslogtreecommitdiffstats
path: root/board/spear/spear600/spear600.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spear/spear600/spear600.c')
-rw-r--r--board/spear/spear600/spear600.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/spear/spear600/spear600.c b/board/spear/spear600/spear600.c
index e996a0e381..8472002f74 100644
--- a/board/spear/spear600/spear600.c
+++ b/board/spear/spear600/spear600.c
@@ -51,8 +51,7 @@ int board_eth_init(bd_t *bis)
#if defined(CONFIG_DW_AUTONEG)
interface = PHY_INTERFACE_MODE_GMII;
#endif
- if (designware_initialize(0, CONFIG_SPEAR_ETHBASE, CONFIG_DW0_PHY,
- interface) >= 0)
+ if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0)
ret++;
#endif
return ret;
OpenPOWER on IntegriCloud