Re: [PATCH 3/3] bootstd: Enable BOOTSTD_DEFAULTS by default

2023-02-21 Thread Vagrant Cascadian
On 2023-02-21, Simon Glass wrote:
> This is needed to enable the boot command used to start standard boot.
> Enable it by default. This brings in quite a few features, mostly in
> common with DISTRO_DEFAULTS

Works for booting rockpro64-rk3399, thanks!

Tested-by: Vagrant Cascadian 

> Signed-off-by: Simon Glass 
> ---
>
>  boot/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/boot/Kconfig b/boot/Kconfig
> index 5f491625c82..8759b863b00 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -409,6 +409,7 @@ if BOOTSTD
>  config BOOTSTD_DEFAULTS
>   bool "Select some common defaults for standard boot"
>   depends on BOOTSTD
> + default y
>   imply USE_BOOTCOMMAND
>   # Bring in some defaults which are generally needed. Boards can drop
>   # these as needed to save code space. Bootstd does not generally require
> -- 
> 2.39.2.637.g21b0678d19-goog


signature.asc
Description: PGP signature


[PATCH 3/3] bootstd: Enable BOOTSTD_DEFAULTS by default

2023-02-21 Thread Simon Glass
This is needed to enable the boot command used to start standard boot.
Enable it by default. This brings in quite a few features, mostly in
common with DISTRO_DEFAULTS

Signed-off-by: Simon Glass 
---

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

diff --git a/boot/Kconfig b/boot/Kconfig
index 5f491625c82..8759b863b00 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -409,6 +409,7 @@ if BOOTSTD
 config BOOTSTD_DEFAULTS
bool "Select some common defaults for standard boot"
depends on BOOTSTD
+   default y
imply USE_BOOTCOMMAND
# Bring in some defaults which are generally needed. Boards can drop
# these as needed to save code space. Bootstd does not generally require
-- 
2.39.2.637.g21b0678d19-goog