]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: call __efi_exit_check in efi_exit
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 25 Aug 2017 17:53:14 +0000 (19:53 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 18 Sep 2017 21:53:56 +0000 (23:53 +0200)
commitd912b71347138f62afa11f67d07361c421908d55
tree443e04d24684abec6dbcebca80c67c6304551e0b
parent05a7f2565f61313dc3293896184358e63ad79687
efi_loader: call __efi_exit_check in efi_exit

The calls to __efi_entry_check and __efi_exit_check have to match.
If DEBUG is defined, panic() will be called otherwise.

If debugging is activated some Travis CI builds fail due to an
assertion in EFI_CALL without the patch.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c