[PATCH v8 13/13] bootstd: Enable BOOTSTD_DEFAULTS by default

Simon Glass sjg at chromium.org
Fri Apr 7 12:36:51 CEST 2023


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 at chromium.org>
---

Changes in v8:
- Add cover letter

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 --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
-- 
2.40.0.577.gac1e443424-goog



More information about the U-Boot mailing list