]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spear/spear300/spear300.c
Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
[karo-tx-uboot.git] / board / spear / spear300 / spear300.c
index 6b6bd9f29d521b79125ef35106e17f2fdd3c304d..396b5bdf60ab00087106b500a8786c6eda5594ed 100644 (file)
@@ -51,7 +51,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++;