diff options
Diffstat (limited to 'board/spear/spear600/spear600.c')
-rw-r--r-- | board/spear/spear600/spear600.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/spear/spear600/spear600.c b/board/spear/spear600/spear600.c index fc0918f91d8..858a9cae76a 100644 --- a/board/spear/spear600/spear600.c +++ b/board/spear/spear600/spear600.c @@ -48,9 +48,6 @@ int board_eth_init(bd_t *bis) #if defined(CONFIG_ETH_DESIGNWARE) u32 interface = PHY_INTERFACE_MODE_MII; -#if defined(CONFIG_DW_AUTONEG) - interface = PHY_INTERFACE_MODE_GMII; -#endif if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0) ret++; #endif |