summaryrefslogtreecommitdiff
path: root/board/eve/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/eve/board.c')
-rw-r--r--board/eve/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/eve/board.c b/board/eve/board.c
index c703619e71..d8329d27ea 100644
--- a/board/eve/board.c
+++ b/board/eve/board.c
@@ -302,7 +302,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 */
@@ -405,7 +405,7 @@ static void board_pmic_init(void)
{
board_report_pmic_fault("SYSJUMP");
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return;
/* DISCHGCNT2 - enable 100 ohm discharge on V3.3A and V1.8A */