From: Masahiro Yamada Date: Thu, 26 Oct 2017 12:24:23 +0000 (+0900) Subject: SOCFPGA: remove CONFIG_AUTONEG_TIMEOUT X-Git-Tag: v2017.11-rc3~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a0dd989ffb2c6d67907c464663a0ea0828328eee;p=u-boot 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 --- diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 7b5417a75b..7281bda6ac 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 /*