Merge "ipq: Update debug print for runtime failsafe boot"

This commit is contained in:
Linux Build Service Account 2022-01-31 02:09:00 -08:00 committed by Gerrit - the friendly Code Review server
commit 7867991d34

View file

@ -550,7 +550,7 @@ int smem_update_bootconfig_to_flash(void)
/* Update BOOTCONFIG in flash only if there is an update in SMEM by SBL */
if (!ipq_runtime_fs_skip_status_check) {
if (ipq_runtime_failsafe_status & IPQ_RUNTIME_FS_BOOTCONFIG_UPDATED) {
printf("\nNonHLOS runtime hang detected: Partitions switched.\n");
printf("\nRuntime hang detected: Partitions switched by SBL.\n");
} else {
return 0;
}