summaryrefslogtreecommitdiff
path: root/board/coral/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/coral/board.c')
-rw-r--r--board/coral/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coral/board.c b/board/coral/board.c
index 5fcb40d603..ccb686451e 100644
--- a/board/coral/board.c
+++ b/board/coral/board.c
@@ -372,7 +372,7 @@ static void board_tcpc_init(void)
}
/* Only reset TCPC if not sysjump */
- if (!system_jumped_to_this_image())
+ if (!system_jumped_late())
board_reset_pd_mcu();
/*