summaryrefslogtreecommitdiff
path: root/board/fizz/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/fizz/board.c')
-rw-r--r--board/fizz/board.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/board/fizz/board.c b/board/fizz/board.c
index ee0cd4fe2b..2861ee5fbe 100644
--- a/board/fizz/board.c
+++ b/board/fizz/board.c
@@ -236,9 +236,10 @@ void board_tcpc_init(void)
{
int port, reg;
- /* Only reset TCPC in RO boot. */
- if (!system_jumped_to_this_image())
- board_reset_pd_mcu();
+ /* This needs to be executed only once per boot. It could be run by RO
+ * if we boot in recovery mode. It could be run by RW if we boot in
+ * normal or dev mode. Note EFS makes RO jump to RW before HOOK_INIT. */
+ board_reset_pd_mcu();
/*
* Wake up PS8751. If PS8751 remains in low power mode after sysjump,