summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/ap_state.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/cr50/ap_state.c b/board/cr50/ap_state.c
index 7e7d1231d2..f40360fa0c 100644
--- a/board/cr50/ap_state.c
+++ b/board/cr50/ap_state.c
@@ -130,6 +130,9 @@ void board_closed_loop_reset(void)
/* Disable sleep while waiting for the reset */
disable_sleep(SLEEP_MASK_AP_RUN);
+ /* Until the AP resets, we can't trust it's state */
+ set_state(DEVICE_STATE_UNKNOWN);
+
waiting_for_ap_reset = 1;
/* Disable AP communications with the TPM until cr50 sees the reset */