]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Kconfig: Remove all default n options
authorMichal Simek <michal.simek@amd.com>
Mon, 15 Apr 2024 08:20:05 +0000 (10:20 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Apr 2024 22:37:22 +0000 (16:37 -0600)
default n doesn't need to be specified. It is default option anyway.
Similar changes have been done by commit 18370f14975c ("Kconfig: Remove all
default n/no options").

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
boot/Kconfig
cmd/Kconfig

index d9a6c27005947e2de89abe53d314be8b339b62da..6f3096c15a6f68646badbead84356c04e46d8e15 100644 (file)
@@ -755,7 +755,6 @@ if MEASURED_BOOT
 
        config MEASURE_IGNORE_LOG
        bool "Ignore the existing event log"
-       default n
        help
          On platforms that use an event log memory region that persists
          through system resets and are the first stage bootloader, then
index 408cc84c182eca67fc6542a7c76aa804db2b246a..42757e0cdf15aefbb7305d2966676d194a80be41 100644 (file)
@@ -492,7 +492,6 @@ config CMD_ELF
 
 config CMD_ELF_FDT_SETUP
        bool "Flattened Device Tree setup in bootelf cmd"
-       default n
        depends on CMD_ELF
        select LIB_LIBFDT
        select LMB
@@ -2623,7 +2622,6 @@ config CMD_CROS_EC
 config CMD_SCMI
        bool "Enable scmi command"
        depends on SCMI_FIRMWARE
-       default n
        help
          This command provides user interfaces to several SCMI (System
          Control and Management Interface) protocols available on Arm