summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:46 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:48 +0300
commit60910a3f0267ccf2f87f1205aa3fb76491e674b5 (patch)
treec62f588ae551ea00fce92f059c86ffd5350a2a9f /cmd
parentd14f3f272519a5525d93ec98cbdd4d9eec7db6e9 (diff)
downloadu-boot-60910a3f0267ccf2f87f1205aa3fb76491e674b5.tar.xz
Convert CONFIG_THOR_RESET_OFF to Kconfig
This converts the following to Kconfig: CONFIG_THOR_RESET_OFF Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index d93731f2af..47d2ef04a2 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -526,6 +526,10 @@ config CMD_THOR_DOWNLOAD
There is no documentation about this within the U-Boot source code
but you should be able to find something on the interwebs.
+config THOR_RESET_OFF
+ bool "thor: Disable reset on completion"
+ depends on CMD_THOR_DOWNLOAD
+
config CMD_ZBOOT
bool "zboot - x86 boot command"
help