summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/ap_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/cr50/ap_state.c b/board/cr50/ap_state.c
index fc75f4a86e..cf30e4a85c 100644
--- a/board/cr50/ap_state.c
+++ b/board/cr50/ap_state.c
@@ -119,6 +119,7 @@ void tpm_rst_asserted(enum gpio_signal unused)
set_state(DEVICE_STATE_DEBOUNCING);
if (waiting_for_ap_reset) {
+ CPRINTS("CL: done");
waiting_for_ap_reset = 0;
deassert_ec_rst();
enable_sleep(SLEEP_MASK_AP_RUN);
@@ -127,6 +128,7 @@ void tpm_rst_asserted(enum gpio_signal unused)
void board_closed_loop_reset(void)
{
+ CPRINTS("CL: start");
/* Disable sleep while waiting for the reset */
disable_sleep(SLEEP_MASK_AP_RUN);