commit | d3b841e9e84e140479be922813e2035eb952542a | [log] [tgz] |
---|---|---|
author | Eduard Strehlau <eduard@lionizers.com> | Mon Sep 25 13:32:59 2023 -0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 28 16:31:43 2023 -0400 |
tree | 4d055d1ca4a03192306bf1d1b9f426d930bdbc9c | |
parent | fd36fa5b3b9b65f94c7dceb60b50aa28a2d1314a [diff] |
smegw01: Fix inverted CONFIG_SYS_BOOT_LOCKED logic CONFIG_SYS_BOOT_LOCKED means that a restricted boot environment will be used. In this case, hab_auth_img_or_fail should be called to prevent U-Boot to continue running when the fitImage authentication fails. Fix the logic accordingly. Additionally, select CONFIG_SYS_BOOT_LOCKED by default. Signed-off-by: Eduard Strehlau <eduard@lionizers.com> Signed-off-by: Fabio Estevam <festevam@denx.de>