]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spear/spear310/spear310.c
Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
[karo-tx-uboot.git] / board / spear / spear310 / spear310.c
index a4c6a8edb0d4f1f9fa5d03e30ecec3b9792b8ad1..6f39ef1b407af9ffa5d2fb66f655d80f762d63b4 100644 (file)
@@ -52,7 +52,7 @@ int board_eth_init(bd_t *bis)
 {
        int ret = 0;
 
-#if defined(CONFIG_DESIGNWARE_ETH)
+#if defined(CONFIG_ETH_DESIGNWARE)
        u32 interface = PHY_INTERFACE_MODE_MII;
        if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0)
                ret++;