summaryrefslogtreecommitdiff
path: root/board/reef/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/reef/board.c')
-rw-r--r--board/reef/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/reef/board.c b/board/reef/board.c
index 29b6ca0bdc..72decd3c40 100644
--- a/board/reef/board.c
+++ b/board/reef/board.c
@@ -366,7 +366,7 @@ void board_tcpc_init(void)
int reg;
/* Only reset TCPC if not sysjump */
- if (!system_jumped_to_this_image())
+ if (!system_jumped_late())
board_reset_pd_mcu();
/*