[PATCH 01/11] board: siemens: iot2050: Fix mistake in list of writable env vars
Michael Nazzareno Trimarchi
michael at amarulasolutions.com
Thu Oct 10 08:34:36 CEST 2024
On Thu, Oct 10, 2024 at 7:56 AM Jan Kiszka <jan.kiszka at siemens.com> wrote:
>
> From: Jan Kiszka <jan.kiszka at siemens.com>
>
> This prevented to set m2_manual_config - as evaluated by
> m2_connector_setup - under strict configurations for secure boot.
>
> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
> ---
> 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 <michael at amarulasolutions.com>
> --
> 2.43.0
>
--
Michael Nazzareno Trimarchi
Co-Founder & Chief Executive Officer
M. +39 347 913 2170
michael at amarulasolutions.com
__________________________________
Amarula Solutions BV
Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
T. +31 (0)85 111 9172
info at amarulasolutions.com
www.amarulasolutions.com
More information about the U-Boot
mailing list