diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-06-17 10:53:29 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-07-16 12:37:01 +0200 |
commit | a2f0b504f4a9320c97bcf1cbd67f42de8a08fbc6 (patch) | |
tree | c95b1433a1c678f63cb99d37002a18d618293073 /cmd/Kconfig | |
parent | 47b0a493247b38c1557062e108cc4868e211a73e (diff) | |
download | u-boot-a2f0b504f4a9320c97bcf1cbd67f42de8a08fbc6.tar.gz |
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/Kconfig | 7 |
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 |