ipq: Update debug print for runtime failsafe boot

In case of runtime failure, xBL updates NonHLOS partitions
and HLOS as well in NAND case. Make the print generic.

Change-Id: I7d75ac7c1d730c4bff3fe693fc3623e56a19b494
Signed-off-by: Anusha Rao <quic_anusha@quicinc.com>
This commit is contained in:
Anusha Rao 2022-01-17 16:15:50 +05:30 committed by Gerrit - the friendly Code Review server
parent d539984c88
commit ce14c90ddc

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;
}