sd-boot: Rearm the watchdog in console_key_read
authorJan Janssen <medhefgo@web.de>
Tue, 28 Sep 2021 08:57:06 +0000 (10:57 +0200)
committerJan Janssen <medhefgo@web.de>
Sun, 17 Oct 2021 09:52:36 +0000 (11:52 +0200)
commit6ae9a5a0bb064475dc538f79b2714a42a4bb6fd5
tree869caaacacf9ba502a437833f9218d96a0796ec5
parent9f0481233110b521f945b341ebdf9d7ea9a4db3a
sd-boot: Rearm the watchdog in console_key_read

Let's not disable the watchdog at all and instead rearm it inside
of console_key_read(). This way, we are covered by the watchdog everywhere.
src/boot/efi/boot.c
src/boot/efi/console.c