diff options
| author | Jan Kiszka <[email protected]> | 2024-10-22 08:04:18 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-28 20:54:23 -0600 |
| commit | 23750f60fa1e30e69c4eab748582d8d078a01b72 (patch) | |
| tree | 72da3ea75436d1e21b4bb3c5a3807c784e14b440 /include/configs | |
| parent | 392ff1449f7d30cc48fd4d17320d05882cd68f2e (diff) | |
board: siemens: iot2050: Fix mistake in list of writable env vars
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]>
Reviewed-by: Michael Trimarchi <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/iot2050.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
