mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
3275f26bb6
commit
6a411dd0d2
8 changed files with 0 additions and 8 deletions
|
@ -239,7 +239,6 @@
|
|||
#undef CONFIG_TIMER
|
||||
#endif
|
||||
|
||||
#define CONFIG_BOOTP_DEFAULT
|
||||
#define CONFIG_NET_RETRY_COUNT 10
|
||||
|
||||
/* I2C configuration */
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
/* I2C */
|
||||
|
||||
/* Ethernet */
|
||||
#define CONFIG_BOOTP_DEFAULT
|
||||
#define CONFIG_NET_RETRY_COUNT 10
|
||||
|
||||
/* Board NAND Info. */
|
||||
|
|
|
@ -192,7 +192,6 @@
|
|||
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
/* CPSW Ethernet */
|
||||
#define CONFIG_BOOTP_DEFAULT
|
||||
#define CONFIG_NET_RETRY_COUNT 10
|
||||
#endif
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -152,7 +152,6 @@
|
|||
* Network & Ethernet Configuration
|
||||
*/
|
||||
#ifdef CONFIG_DRIVER_TI_EMAC
|
||||
#define CONFIG_BOOTP_DEFAULT
|
||||
#define CONFIG_NET_RETRY_COUNT 10
|
||||
#endif
|
||||
|
||||
|
|
|
@ -162,7 +162,6 @@
|
|||
* 0x442000 - 0x800000 : Userland
|
||||
*/
|
||||
|
||||
#define CONFIG_BOOTP_DEFAULT
|
||||
#define CONFIG_NET_RETRY_COUNT 10
|
||||
|
||||
/* NAND support */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue