smegw01: Fix inverted CONFIG_SYS_BOOT_LOCKED logic
[platform/kernel/u-boot.git] / board / storopack / smegw01 / smegw01.env
index 528310d..93de866 100644 (file)
@@ -67,9 +67,9 @@ mmcboot=
                run altbootcmd;
        fi;
 #ifdef CONFIG_SYS_BOOT_LOCKED
-       hab_auth_img ${fileaddr} ${filesize};
-#else
        hab_auth_img_or_fail ${fileaddr} ${filesize};
+#else
+       hab_auth_img ${fileaddr} ${filesize};
 #endif
        run mmcargs;
        if bootm; then