]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spear/spear310/spear310.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / spear / spear310 / spear310.c
index 70f9aa16eaa1a1d98da3b9513e039faf53e8de9f..a4c6a8edb0d4f1f9fa5d03e30ecec3b9792b8ad1 100644 (file)
@@ -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)