[PATCH 01/11] board: siemens: iot2050: Fix mistake in list of writable env vars
Jan Kiszka
jan.kiszka at siemens.com
Tue Oct 22 08:09:48 CEST 2024
On 10.10.24 08:34, Michael Nazzareno Trimarchi wrote:
> 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>
>
Sorry, just realized that I forgot to add your reviewed tags for patch 1
and 3 to v2. Maybe Tom can do on merge.
Thanks for reviewing!
Jan
--
Siemens AG, Technology
Linux Expert Center
More information about the U-Boot
mailing list