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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 6843673662..defb033d52 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -1175,6 +1175,12 @@ void assert_ec_rst(void)
void deassert_ec_rst(void)
{
+ if (ec_rst_override()) {
+ ccprintf("EC un-reset blocked, try powercycle or Cr50 reboot."
+ "\n");
+ return;
+ }
+
wait_ec_rst(0);
if (uart_bitbang_is_enabled())