summaryrefslogtreecommitdiff
path: root/board/rammus/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/rammus/board.c')
-rw-r--r--board/rammus/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/rammus/board.c b/board/rammus/board.c
index ea6751032a..b46aece2a9 100644
--- a/board/rammus/board.c
+++ b/board/rammus/board.c
@@ -247,7 +247,7 @@ void board_tcpc_init(void)
ps8751_i2c_remap();
/* Only reset TCPC if not sysjump */
- if (!system_jumped_to_this_image()) {
+ if (!system_jumped_late()) {
board_reset_pd_mcu();
}
@@ -413,7 +413,7 @@ static void board_pmic_init(void)
{
board_report_pmic_fault("SYSJUMP");
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return;
/*