efi_loader: simplify efi_watchdog_timer_notify()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 9 Sep 2021 05:47:05 +0000 (07:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Sep 2021 09:02:02 +0000 (11:02 +0200)
commitaec7c0925c8e9dc8b1475f3dfec6b54573a8ab17
tree8640ef8fc5b61e218c07084170f35489c5ebce10
parentf4c1a14f96bde3b4437216092fed43acb2b9f933
efi_loader: simplify efi_watchdog_timer_notify()

We can call do_reset() directly without invoking the UEFI API.
This decreases the code size.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_watchdog.c