summaryrefslogtreecommitdiff
path: root/board/hatch/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch/board.c')
-rw-r--r--board/hatch/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hatch/board.c b/board/hatch/board.c
index 704014d65f..a5715d2cfa 100644
--- a/board/hatch/board.c
+++ b/board/hatch/board.c
@@ -442,7 +442,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);