summaryrefslogtreecommitdiff
path: root/board/stryke/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/stryke/board.c')
-rw-r--r--board/stryke/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/stryke/board.c b/board/stryke/board.c
index a60f11699f..a6396ced52 100644
--- a/board/stryke/board.c
+++ b/board/stryke/board.c
@@ -360,7 +360,7 @@ static void reset_gpio_flags(enum gpio_signal signal, int flags)
* may change the value from the previous image which could cause a
* brownout.
*/
- if (system_is_reboot_warm() || system_jumped_to_this_image())
+ if (system_is_reboot_warm() || system_jumped_late())
flags &= ~(GPIO_LOW | GPIO_HIGH);
gpio_set_flags(signal, flags);