diff options
| author | Michal Simek <[email protected]> | 2024-04-15 10:20:05 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-18 16:37:22 -0600 |
| commit | 84dda5ce3e3ba126f1bf83f87c84f27714b5fe4a (patch) | |
| tree | ac55628335af0c532b1966f4f3ddfc80dee92d28 /boot | |
| parent | 16da853114efa97682920356a0eaa6a34270477f (diff) | |
Kconfig: Remove all default n options
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 <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index d9a6c270059..6f3096c15a6 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -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 |
