mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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:
parent
a6594e82bb
commit
1fd04cf46b
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user