summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/volteer/baseboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/volteer/baseboard.c b/baseboard/volteer/baseboard.c
index 1c4f7cb7b7..1586c759f6 100644
--- a/baseboard/volteer/baseboard.c
+++ b/baseboard/volteer/baseboard.c
@@ -354,8 +354,8 @@ BUILD_ASSERT(ARRAY_SIZE(bb_controls) == USBC_PORT_COUNT);
static void baseboard_tcpc_init(void)
{
- /* Only reset TCPC if not sysjump */
- if (!system_jumped_to_this_image())
+ /* Don't reset TCPCs after initial reset */
+ if (!system_jumped_late())
board_reset_pd_mcu();
/* Enable PPC interrupts. */