On Thu, Oct 10, 2024 at 7:56 AM Jan Kiszka <[email protected]> wrote: > > From: Jan Kiszka <[email protected]> > > This prevented to set m2_manual_config - as evaluated by > m2_connector_setup - under strict configurations for secure boot. > > Signed-off-by: Jan Kiszka <[email protected]> > --- > include/configs/iot2050.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/iot2050.h b/include/configs/iot2050.h > index 94a9c767882..0f92e0d25dc 100644 > --- a/include/configs/iot2050.h > +++ b/include/configs/iot2050.h > @@ -39,7 +39,7 @@ > #define CFG_ENV_FLAGS_LIST_STATIC \ > "board_uuid:sw,board_name:sw,board_serial:sw,board_a5e:sw," \ > "mlfb:sw,fw_version:sw,seboot_version:sw," \ > - "m2_manuel_config:sw," \ > + "m2_manual_config:sw," \ > "eth1addr:mw,eth2addr:mw,watchdog_timeout_ms:dw,boot_targets:sw" > #endif > Reviewed-by: Michael Trimarchi <[email protected]>
> -- > 2.43.0 > -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 [email protected] __________________________________ Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 [email protected] www.amarulasolutions.com

