X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fspear%2Fspear310%2Fspear310.c;h=a4c6a8edb0d4f1f9fa5d03e30ecec3b9792b8ad1;hb=92a190aaab3536d695c51e0739f925910eb49889;hp=70f9aa16eaa1a1d98da3b9513e039faf53e8de9f;hpb=27ee59af28d0a6d0430947ad3cdda6ef0e7b1189;p=oweals%2Fu-boot.git 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)