[PATCH 01/11] board: siemens: iot2050: Fix mistake in list of writable env vars
Tom Rini
trini at konsulko.com
Fri Oct 25 03:08:28 CEST 2024
On Tue, Oct 22, 2024 at 08:09:48AM +0200, Jan Kiszka wrote:
> 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!
Using "b4" got the tags.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241024/90a92d9b/attachment.sig>
More information about the U-Boot
mailing list