summaryrefslogtreecommitdiff
path: root/board/nami/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/nami/board.c')
-rw-r--r--board/nami/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nami/board.c b/board/nami/board.c
index b3aa7f91cd..5e3f75fbd3 100644
--- a/board/nami/board.c
+++ b/board/nami/board.c
@@ -317,7 +317,7 @@ void board_reset_pd_mcu(void)
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();
/* Enable TCPC interrupts */