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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 1f5ad35e3b..4dc20f8b8c 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -619,9 +619,6 @@ void board_configure_deep_sleep_wakepins(void)
* configure_board_specific_gpios().
*/
gpio_set_wakepin(GPIO_TPM_RST_L, GPIO_HIB_WAKE_HIGH);
-
- if (board_has_ec_cr50_comm_support())
- gpio_set_wakepin(GPIO_EC_PACKET_MODE_EN, GPIO_HIB_WAKE_HIGH);
}
static void deferred_tpm_rst_isr(void);