summaryrefslogtreecommitdiff
path: root/board/chell/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/chell/board.c')
-rw-r--r--board/chell/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/chell/board.c b/board/chell/board.c
index 1315235f8d..1f8390fdd9 100644
--- a/board/chell/board.c
+++ b/board/chell/board.c
@@ -232,7 +232,7 @@ static void board_pmic_init(void)
* No need to re-init below settings since they are present on all MP
* ROs and PMIC 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# */
@@ -412,7 +412,7 @@ static void board_handle_reboot(void)
{
int flags;
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return;
/* Interrogate current reset flags from previous reboot. */