summaryrefslogtreecommitdiff
path: root/board/cr50/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.c')
-rw-r--r--board/cr50/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 3f365350da..31a8d2fef1 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -394,8 +394,8 @@ void sys_rst_asserted(enum gpio_signal signal)
if (usb_spi_update_in_progress() || is_sys_rst_asserted())
return;
- cflush();
- system_reset(0);
+ /* Re-initialize the TPM software state */
+ task_set_event(TASK_ID_TPM, TPM_EVENT_RESET, 0);
}
void assert_sys_rst(void)