diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/axs101.h | 5 | ||||
-rw-r--r-- | include/configs/sunxi-common.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index eeb2ae6353..ee2a9c0433 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -99,11 +99,6 @@ #define CONFIG_PHY_GIGE /* - * Ethernet configuration - */ -#define CONFIG_DW_AUTONEG - -/* * Commands still not supported in Kconfig */ #define CONFIG_CMD_FAT diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 46f7994222..921d912d96 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -309,7 +309,6 @@ extern int soft_i2c_gpio_scl; #endif #ifdef CONFIG_SUNXI_GMAC -#define CONFIG_DW_AUTONEG #define CONFIG_PHY_GIGE /* GMAC can use gigabit PHY */ #define CONFIG_PHY_ADDR 1 #define CONFIG_MII /* MII PHY management */ |