]> git.sur5r.net Git - u-boot/commitdiff
cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co.
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 10 Feb 2018 15:22:06 +0000 (16:22 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 01:34:07 +0000 (20:34 -0500)
Convert the CONFIG_UPDATE_TFTP and related symbols to Kconfig.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
common/Kconfig
scripts/config_whitelist.txt

index dcab69d3215a05f5919d1bf65dd16ba3ced8964a..d5bc37e4c7ba0a21f584a7c00773fc86d3f30667 100644 (file)
@@ -601,4 +601,25 @@ config HASH
 
 endmenu
 
+menu "Update support"
+
+config UPDATE_TFTP
+       bool "Auto-update using fitImage via TFTP"
+       depends on FIT
+       help
+         This option allows performing update of NOR with data in fitImage
+         sent via TFTP boot.
+
+config UPDATE_TFTP_CNT_MAX
+       int "The number of connection retries during auto-update"
+       default 0
+       depends on UPDATE_TFTP
+
+config UPDATE_TFTP_MSEC_MAX
+       int "Delay in mSec to wait for the TFTP server during auto-update"
+       default 100
+       depends on UPDATE_TFTP
+
+endmenu
+
 source "common/spl/Kconfig"
index 1be3f234326e7a053f6152fea54b5a86ee554f28..e5b6831633d261e9271095f47fde53af0738644f 100644 (file)
@@ -4740,9 +4740,6 @@ CONFIG_ULPI_REF_CLK
 CONFIG_UMSDEVS
 CONFIG_UPDATEB
 CONFIG_UPDATE_LOAD_ADDR
-CONFIG_UPDATE_TFTP
-CONFIG_UPDATE_TFTP_CNT_MAX
-CONFIG_UPDATE_TFTP_MSEC_MAX
 CONFIG_USART1
 CONFIG_USART_BASE
 CONFIG_USART_ID