summaryrefslogtreecommitdiff
path: root/baseboard/grunt/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/grunt/baseboard.c')
-rw-r--r--baseboard/grunt/baseboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/grunt/baseboard.c b/baseboard/grunt/baseboard.c
index acc9d19855..26b9ac5bae 100644
--- a/baseboard/grunt/baseboard.c
+++ b/baseboard/grunt/baseboard.c
@@ -136,7 +136,7 @@ void tcpc_alert_event(enum gpio_signal signal)
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 PPC interrupts. */