diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 12:24:23 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 12:52:22 (GMT) |
commit | a0dd989ffb2c6d67907c464663a0ea0828328eee (patch) | |
tree | 6c9ed043c3eb8ca543e959aa1c1d47e093c7eff7 | |
parent | ac47750460eac2a29a0c4a3e7c0647f12183f19c (diff) | |
download | u-boot-a0dd989ffb2c6d67907c464663a0ea0828328eee.tar.xz |
SOCFPGA: remove CONFIG_AUTONEG_TIMEOUT
This macro is defined, but not referenced by anyone.
I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | include/configs/socfpga_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 7b5417a..7281bda 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -94,7 +94,6 @@ #if defined(CONFIG_CMD_NET) && !defined(CONFIG_SOCFPGA_VIRTUAL_TARGET) #define CONFIG_DW_ALTDESCRIPTOR #define CONFIG_MII -#define CONFIG_AUTONEG_TIMEOUT (15 * CONFIG_SYS_HZ) #endif /* |