aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-12-14 21:19:00 -0700
committerTom Rini <trini@konsulko.com>2024-04-10 17:04:25 -0600
commit6e558e34e0d8b8a0fc5704e2372643f8fcab0091 (patch)
treede37f542302805f6a2da27bf8e3a3bce54352945 /cmd
parent52b3c47d7cc993125d22315115d514ca6e3d77d8 (diff)
downloadu-boot-6e558e34e0d8b8a0fc5704e2372643f8fcab0091.zip
u-boot-6e558e34e0d8b8a0fc5704e2372643f8fcab0091.tar.gz
u-boot-6e558e34e0d8b8a0fc5704e2372643f8fcab0091.tar.bz2
bootm: Add a Kconfig option for bootm functionality
Create a separate Kconfig option which enables the bootm logic, separate from the 'bootm' command. This will eventually allow booting without CMDLINE enabled. Update boards which disable CMD_BOOTM to disable BOOTM instead, since CMD_BOOTM now depends on BOOTM Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 748b959..16822c5 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -219,6 +219,7 @@ config CMD_BOOTD
config CMD_BOOTM
bool "bootm"
+ depends on BOOTM
default y
help
Boot an application image from the memory.