summaryrefslogtreecommitdiff
path: root/chip/g/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/system.c')
-rw-r--r--chip/g/system.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/g/system.c b/chip/g/system.c
index 2e464391db..2fffebdc4a 100644
--- a/chip/g/system.c
+++ b/chip/g/system.c
@@ -531,6 +531,9 @@ int system_process_retry_counter(void)
CPRINTS("%s: retry counter %d", __func__,
GREG32(PMU, LONG_LIFE_SCRATCH0));
system_clear_retry_counter();
+#if defined(CHIP_FAMILY_CR50)
+ system_notify_ap_boot();
+#endif
if (!system_rollback_detected())
return EC_SUCCESS;