]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: Correct dependencies for CMD_BOOTD
authorTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 19:52:49 +0000 (13:52 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 Apr 2026 17:32:32 +0000 (11:32 -0600)
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>
cmd/Kconfig

index ff6ad37fbe4aedf6211d616e8fb15aa17224100f..0ddf300efab1d9a988a2ac18b0c5e183ef0e9bf3 100644 (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.