Kconfig: Drop CONFIG_CMD_TFTP
This is not a valid CONFIG option. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
3cef3b3185
commit
78d11b7040
@ -49,7 +49,6 @@
|
|||||||
/* Enable that for switching of boot partitions */
|
/* Enable that for switching of boot partitions */
|
||||||
/* Disabled by default as some sub-commands can brick eMMC */
|
/* Disabled by default as some sub-commands can brick eMMC */
|
||||||
/*#define CONFIG_SUPPORT_EMMC_BOOT */
|
/*#define CONFIG_SUPPORT_EMMC_BOOT */
|
||||||
#define CONFIG_CMD_TFTP
|
|
||||||
|
|
||||||
/* Partition table support */
|
/* Partition table support */
|
||||||
#define HAVE_BLOCK_DEVICE /* Needed for partition commands */
|
#define HAVE_BLOCK_DEVICE /* Needed for partition commands */
|
||||||
|
@ -293,7 +293,6 @@ CONFIG_CM922T_XA10
|
|||||||
CONFIG_CMDLINE_EDITING
|
CONFIG_CMDLINE_EDITING
|
||||||
CONFIG_CMDLINE_PS_SUPPORT
|
CONFIG_CMDLINE_PS_SUPPORT
|
||||||
CONFIG_CMDLINE_TAG
|
CONFIG_CMDLINE_TAG
|
||||||
CONFIG_CMD_TFTP
|
|
||||||
CONFIG_CMD_THOR_DOWNLOAD
|
CONFIG_CMD_THOR_DOWNLOAD
|
||||||
CONFIG_CMD_TRACE
|
CONFIG_CMD_TRACE
|
||||||
CONFIG_CMD_TSI148
|
CONFIG_CMD_TSI148
|
||||||
|
Loading…
Reference in New Issue
Block a user