diff mbox series

[U-Boot,1/3] cmd: fitupd: Convert CONFIG_CMD_FITUPD

Message ID 20180210152207.10286-1-marek.vasut+renesas@gmail.com
State Accepted
Commit ac08432a4c24279e42d969ae1c2061bd8221fb56
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/3] cmd: fitupd: Convert CONFIG_CMD_FITUPD | expand

Commit Message

Marek Vasut Feb. 10, 2018, 3:22 p.m. UTC
Convert the CONFIG_CMD_FITUPD symbol to Kconfig.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
---
 cmd/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Tom Rini Feb. 14, 2018, 3:56 a.m. UTC | #1
On Sat, Feb 10, 2018 at 04:22:05PM +0100, Marek Vasut wrote:

> Convert the CONFIG_CMD_FITUPD symbol to Kconfig.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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