summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-06-17 11:53:29 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-16 13:37:01 +0300
commita2f0b504f4a9320c97bcf1cbd67f42de8a08fbc6 (patch)
treec95b1433a1c678f63cb99d37002a18d618293073 /cmd/Kconfig
parent47b0a493247b38c1557062e108cc4868e211a73e (diff)
downloadu-boot-a2f0b504f4a9320c97bcf1cbd67f42de8a08fbc6.tar.xz
cmd: drop fitupd command
The `fitupd' command is not used by any board. The `dfu tftp' command provides the same capabilities. So let's drop the `fitupd' command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 846c905c9c..202c7cc586 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -489,13 +489,6 @@ config CMD_SPL_WRITE_SIZE
flash used by Falcon-mode boot. See the documentation until CMD_SPL
for detail.
-config CMD_FITUPD
- bool "fitImage update command"
- depends on UPDATE_TFTP
- help
- Implements the 'fitupd' command, which allows to automatically
- store software updates present on a TFTP server in NOR Flash
-
config CMD_THOR_DOWNLOAD
bool "thor - TIZEN 'thor' download"
select DFU