cmd: Correct dependencies for CMD_BOOTD

The CMD_BOOTD functionality can only work with CMD_BOOTM enabled, so
express this dependency in Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2026-03-23 13:52:49 -06:00
parent a6594e82bb
commit 1fd04cf46b

View File

@ -292,6 +292,7 @@ menu "Boot commands"
config CMD_BOOTD
bool "bootd"
depends on CMD_BOOTM
default y
help
Run the command stored in the environment "bootcmd", i.e.