summaryrefslogtreecommitdiff
path: root/board/bobba/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bobba/board.c')
-rw-r--r--board/bobba/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bobba/board.c b/board/bobba/board.c
index ed869faefd..7f20c820fd 100644
--- a/board/bobba/board.c
+++ b/board/bobba/board.c
@@ -335,7 +335,7 @@ static void board_usb_charge_mode_init(void)
* Only overriding the USB_DISALLOW_SUSPEND_CHARGE in RO is enough because
* USB_SYSJUMP_TAG preserves the settings to RW. And we should honor to it.
*/
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return;
/* Currently only blorb and droid support this feature. */