summaryrefslogtreecommitdiff
path: root/board/glados/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/glados/board.c')
-rw-r--r--board/glados/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/glados/board.c b/board/glados/board.c
index 43cfad06cf..a72b43d765 100644
--- a/board/glados/board.c
+++ b/board/glados/board.c
@@ -213,7 +213,7 @@ BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);
static void board_pmic_init(void)
{
/* No need to re-init PMIC since settings are sticky across sysjump */
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return;
/* Set CSDECAYEN / VCCIO decays to 0V at assertion of SLP_S0# */
@@ -410,7 +410,7 @@ static void board_handle_reboot(void)
{
int flags;
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return;
if (system_get_board_version() < BOARD_MIN_ID_LOD_EN)