]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: Remove dead CONFIG options
authorAdam Ford <aford173@gmail.com>
Fri, 3 Jul 2020 14:06:36 +0000 (09:06 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jul 2020 20:18:10 +0000 (16:18 -0400)
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>
include/configs/am335x_shc.h
include/configs/am3517_evm.h
include/configs/am43xx_evm.h
include/configs/cm_t43.h
include/configs/omapl138_lcdk.h
include/configs/siemens-am33x-common.h
include/configs/ti_armv7_keystone2.h
scripts/config_whitelist.txt

index c88067c012521648f237b1cb70e1f8ca0f0922f5..7240ff690149b703e40dd8f44b13b99a3a8b106e 100644 (file)
 #undef CONFIG_TIMER
 #endif
 
-#define CONFIG_BOOTP_DEFAULT
 #define CONFIG_NET_RETRY_COUNT         10
 
 /* I2C configuration */
index 42f1d31a25cb7747b261a39bbdf4016d0d170b8a..f71ae11f5159d64e5a281e2e09acfbaeffd95037 100644 (file)
@@ -32,7 +32,6 @@
 /* I2C */
 
 /* Ethernet */
-#define CONFIG_BOOTP_DEFAULT
 #define CONFIG_NET_RETRY_COUNT         10
 
 /* Board NAND Info. */
index 6788cb01f6537e417d268bfefc417c97734a2aa9..8355b4abc0f69bd7658133f0bbd564597f16f5a4 100644 (file)
 
 #ifndef CONFIG_SPL_BUILD
 /* CPSW Ethernet */
-#define CONFIG_BOOTP_DEFAULT
 #define CONFIG_NET_RETRY_COUNT         10
 #endif
 
index 857a5d86dd4c4711696bbe66f6f7e63814e02d5f..73205d0de6a5868532d4011bb29cb42284d8671f 100644 (file)
@@ -43,7 +43,6 @@
                                         50, 51, 52, 53, 54, 55, 56, 57, }
 
 /* CPSW Ethernet support */
-#define CONFIG_BOOTP_DEFAULT
 #define CONFIG_SYS_RX_ETH_BUFFER       64
 
 /* USB support */
index 6d552b09d411d1ecdf69f117b9709ef05ecb59e8..a37359e6c326b6b4514913f6cbeb86b5df5a1616 100644 (file)
  * Network & Ethernet Configuration
  */
 #ifdef CONFIG_DRIVER_TI_EMAC
-#define CONFIG_BOOTP_DEFAULT
 #define CONFIG_NET_RETRY_COUNT 10
 #endif
 
index f639b15e5eb36e961c0b420bbc8576d6a89780dc..cefc457d222fc6cd363df7c75fb3b8aca9acac4d 100644 (file)
  * 0x442000 - 0x800000 : Userland
  */
 
-#define CONFIG_BOOTP_DEFAULT
 #define CONFIG_NET_RETRY_COUNT         10
 
 /* NAND support */
index cb20dc01b7d849953093ea174882ef8cad2e8569..cfc2be7b9f07ac3fed35d54df9a20319d5b06a44 100644 (file)
@@ -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
index 665c9067454fac616c49c7bf806dd2893958bc31..82de978f30df89885fc87b2847651684d626ea49 100644 (file)
@@ -123,7 +123,6 @@ CONFIG_BOOTMODE
 CONFIG_BOOTP_
 CONFIG_BOOTP_BOOTFILE
 CONFIG_BOOTP_BOOTFILESIZE
-CONFIG_BOOTP_DEFAULT
 CONFIG_BOOTP_DHCP_REQUEST_DELAY
 CONFIG_BOOTP_ID_CACHE_SIZE
 CONFIG_BOOTP_MAY_FAIL