]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit850d89e552618d9b799d32ae9193f0c325a1e597
tree8640ef8fc5b61e218c07084170f35489c5ebce10
parent38c65bcb9ff99bbf40aa19ca4a00b8dce752a187
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