]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: correct ExitBootServices()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Jun 2019 18:05:40 +0000 (20:05 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:39 +0000 (19:18 +0200)
commitf2b3c13bd860b508ee8b762c9a2bc10fa6501fd8
treebd71b96dcc8a734d93d967817ea8c3135577373a
parent7b1ba3ceb5369c9d8c9ad61c6d5b42e5d5950142
efi_loader: correct ExitBootServices()

Always use EFI_EXIT() to return from the function.

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