On Sat, Dec 23, 2023 at 6:53 AM Shantur Rathore <i...@shantur.com> wrote: > > We need BOOTSTD_DEFAULT when BOOTSTD_FULL is selected. > > Signed-off-by: Shantur Rathore <i...@shantur.com> > --- > > boot/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/boot/Kconfig b/boot/Kconfig > index 9f5b8a0cb2..fc96aadb27 100644 > --- a/boot/Kconfig > +++ b/boot/Kconfig > @@ -426,6 +426,7 @@ config VPL_BOOTSTD > config BOOTSTD_FULL > bool "Enhanced features for standard boot" > default y if SANDBOX > + imply BOOTSTD_DEFAULTS > help > This enables various useful features for standard boot, which are > not > essential for operation: > -- > 2.40.1 >
Ping