mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
cmd: fitupd: Convert CONFIG_CMD_FITUPD
Convert the CONFIG_CMD_FITUPD symbol to Kconfig. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
85f855cf02
commit
ac08432a4c
1 changed files with 6 additions and 0 deletions
|
@ -308,6 +308,12 @@ 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"
|
||||
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"
|
||||
help
|
||||
|
|
Loading…
Add table
Reference in a new issue