mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user