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 <[email protected]> --- 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.348.gf938b09366-goog

