mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq: Update debug print for runtime failsafe boot"
This commit is contained in:
commit
7867991d34
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue