diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:46 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:48 -0500 |
commit | 60910a3f0267ccf2f87f1205aa3fb76491e674b5 (patch) | |
tree | c62f588ae551ea00fce92f059c86ffd5350a2a9f /cmd/Kconfig | |
parent | d14f3f272519a5525d93ec98cbdd4d9eec7db6e9 (diff) | |
download | u-boot-60910a3f0267ccf2f87f1205aa3fb76491e674b5.tar.gz u-boot-60910a3f0267ccf2f87f1205aa3fb76491e674b5.tar.bz2 u-boot-60910a3f0267ccf2f87f1205aa3fb76491e674b5.zip |
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/Kconfig')
-rw-r--r-- | cmd/Kconfig | 4 |
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 |