diff options
author | Marek Vasut <marex@denx.de> | 2015-12-20 03:59:41 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-22 04:42:27 +0100 |
commit | 4c9ae24fe8e171b87389cae596b07423e5a0ea73 (patch) | |
tree | e479f0b41294f2f2b4cd3008a7e48519649d977d /include/configs/axs101.h | |
parent | 25af71c4bfcd54a88cc9098f23416fe9d1f7d80c (diff) |
net: designware: Zap CONFIG_DW_AUTONEG
This symbol is not used anywhere, so remove it. For spear600, remove
it from the board file, since the symbol is not defined for spear600
either.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/axs101.h')
-rw-r--r-- | include/configs/axs101.h | 5 |
1 files changed, 0 insertions, 5 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 |