]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: Make preboot and bootcmd require CMDLINE
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:28 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:09 +0000 (14:49 -0500)
In order for a predefined "preboot" or "bootcmd" to be executed by the
running system we must have a command line.  Add CMDLINE as a
dependency.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig

index 4ce8a985776b8d9a2deab593f9011beb95f1796d..ef71883a5026c47a744ce1403d00bb01335a3c78 100644 (file)
@@ -1590,6 +1590,7 @@ config BOOTARGS_SUBST
 
 config USE_BOOTCOMMAND
        bool "Enable a default value for bootcmd"
+       depends on CMDLINE
        help
          Provide a default value for the bootcmd entry in the environment.  If
          autoboot is enabled this is what will be run automatically.  Enable
@@ -1609,6 +1610,7 @@ config BOOTCOMMAND
 
 config USE_PREBOOT
        bool "Enable preboot"
+       depends on CMDLINE
        help
          When this option is enabled, the existence of the environment
          variable "preboot" will be checked immediately before starting the