[U-Boot] [PATCH v2 32/42] Kconfig: Drop CONFIG_CMD_TFTP

Simon Glass sjg at chromium.org
Fri Aug 4 22:34:56 UTC 2017


This is not a valid CONFIG option. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---

Changes in v2: None

 include/configs/dragonboard410c.h | 1 -
 scripts/config_whitelist.txt      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index d9dc639aeb..5a0b60ff66 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -49,7 +49,6 @@
 /* Enable that for switching of boot partitions */
 /* Disabled by default as some sub-commands can brick eMMC */
 /*#define CONFIG_SUPPORT_EMMC_BOOT */
-#define CONFIG_CMD_TFTP
 
 /* Partition table support */
 #define HAVE_BLOCK_DEVICE /* Needed for partition commands */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 1753f4572f..cd87bafbed 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -296,7 +296,6 @@ CONFIG_CM922T_XA10
 CONFIG_CMDLINE_EDITING
 CONFIG_CMDLINE_PS_SUPPORT
 CONFIG_CMDLINE_TAG
-CONFIG_CMD_TFTP
 CONFIG_CMD_THOR_DOWNLOAD
 CONFIG_CMD_TRACE
 CONFIG_CMD_TSI148
-- 
2.14.0.rc1.383.gd1ce394fe2-goog



More information about the U-Boot mailing list