diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2018-02-10 16:22:05 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 20:34:07 -0500 |
commit | ac08432a4c24279e42d969ae1c2061bd8221fb56 (patch) | |
tree | 141b7dd7f0caf1af94fbad1b9943aa39615fb5d3 /cmd/Kconfig | |
parent | 85f855cf024ba04ef9ffc3dad92ddfbb75bd10ba (diff) |
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>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 7368b6df52..7c51749398 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 |