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