diff options
author | Adam Ford <aford173@gmail.com> | 2020-07-03 09:06:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | 6a411dd0d25f81301b30cb54a359acbfaa751591 (patch) | |
tree | ad61d801ffc7b0e6673d331d804b830c1fd3fffd /include/configs/ti_armv7_keystone2.h | |
parent | 3275f26bb6cda9e24966423460e74281e1a71888 (diff) |
configs: Remove dead CONFIG options
BOOTP_DEFAULT is defined in several boards, but this config
option is never checked or used.
This patch removes this config option from config files and
the whitelist.txt
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/ti_armv7_keystone2.h')
-rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index cb20dc01b7..cfc2be7b9f 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -66,7 +66,6 @@ #define CONFIG_SYS_SPI_CLK ks_clk_get_rate(KS2_CLK1_6) /* Network Configuration */ -#define CONFIG_BOOTP_DEFAULT #define CONFIG_NET_RETRY_COUNT 32 #define CONFIG_SYS_SGMII_REFCLK_MHZ 312 #define CONFIG_SYS_SGMII_LINERATE_MHZ 1250 |