aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-04-07 22:36:51 +1200
committerTom Rini <trini@konsulko.com>2023-04-07 14:06:02 -0400
commit45ad47e9d0b9a96db8cc39685e5b06afae00337b (patch)
tree2e46bb43f3bb651b1bcd502a8bcc010c9187dd56
parenta8dea9422623c8fc3c0f0e72299913e439591048 (diff)
downloadu-boot-CHECK/bootstd-checking.zip
u-boot-CHECK/bootstd-checking.tar.gz
u-boot-CHECK/bootstd-checking.tar.bz2
bootstd: Enable BOOTSTD_DEFAULTS by defaultCHECK/bootstd-checking
This is needed to enable the boot command used to start standard boot. Enable it by default for boards which use BOOTSTD. This brings in quite a few features, mostly in common with DISTRO_DEFAULTS Note: This actually only effects boards which don't have a custom boot command, so there are no size increases from this patch. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--boot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index d95a2a7..61ebc27 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -435,6 +435,7 @@ if BOOTSTD
config BOOTSTD_DEFAULTS
bool "Select some common defaults for standard boot"
depends on BOOTSTD
+ default y
imply USE_BOOTCOMMAND
select BOOT_DEFAULTS
help