summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-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 8aa6dde87d..355c92ff97 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -1148,8 +1148,8 @@ void assert_ec_rst(void)
/* Prevent bit bang interrupt storm. */
if (uart_bitbang_is_enabled())
task_disable_irq(bitbang_config.rx_irq);
- else if (board_has_ec_cr50_comm_support())
- ec_efs_reset();
+
+ ec_efs_reset();
wait_ec_rst(1);