summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/charger/isl9241.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/charger/isl9241.c b/driver/charger/isl9241.c
index ffd2ff6e17..2951a1bfd2 100644
--- a/driver/charger/isl9241.c
+++ b/driver/charger/isl9241.c
@@ -383,7 +383,7 @@ static void isl9241_init(int chgnum)
* No need to proceed with the rest of init if we sysjump'd to this
* image as the input current limit has already been set.
*/
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return;
/* Initialize the input current limit to the board's default. */