diff mbox series

[v7,11/11] bootstd: Enable BOOTSTD_DEFAULTS by default

Message ID 20230402140231.v7.11.I41a5e66644a895a311889b009116245245c741a5@changeid
State Superseded
Delegated to: Tom Rini
Headers show
Series [v7,01/11] bootstd: Tweak bootflow logic for device tree | expand

Commit Message

Simon Glass April 2, 2023, 2:02 a.m. UTC
This is needed to enable the boot command used to start standard boot.
Enable it by default for boards which use BOOTSTD.

This br
ings in quite a few features, mostly in common with
DISTRO_DEFAULTS

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v7:
- Don't resync after defconfig changes

Changes in v6:
- Redo patch for the new approach

 boot/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/boot/Kconfig b/boot/Kconfig
index d95a2a702665..61ebc2750154 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