aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShantur Rathore <i@shantur.com>2023-12-23 06:51:59 +0000
committerTom Rini <trini@konsulko.com>2024-01-19 18:30:08 -0500
commitfea3efb757f7a9c6831c023cb456f9fa5fd0278e (patch)
tree9118ed92963f1a10469711404fd15f9a6702b297
parent83a8424722f364955f8e28ae164fbfc598b2e5f8 (diff)
downloadu-boot-WIP/19Jan2024.zip
u-boot-WIP/19Jan2024.tar.gz
u-boot-WIP/19Jan2024.tar.bz2
Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yWIP/19Jan2024
We need BOOTSTD_DEFAULT when BOOTSTD_FULL is selected. Signed-off-by: Shantur Rathore <i@shantur.com>
-rw-r--r--boot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 70ff248..71ee416 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -426,6 +426,7 @@ config VPL_BOOTSTD
config BOOTSTD_FULL
bool "Enhanced features for standard boot"
default y if SANDBOX
+ imply BOOTSTD_DEFAULTS
help
This enables various useful features for standard boot, which are not
essential for operation: