]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: fix incorrect use of EFI_EXIT()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 29 Jun 2020 09:49:58 +0000 (11:49 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 29 Jun 2020 09:56:10 +0000 (11:56 +0200)
commit3af8db163a51adbf0e0c4146d146eb211687bf92
tree62aa946cb9fc1a40b5c14b39e89f8e7821d4b5f3
parentd398a90e0d9f5bc423bc9546a24005b97e1e6adc
efi_loader: fix incorrect use of EFI_EXIT()

efi_get_variable_common() does not use EFI_ENTRY(). So we should not use
EFI_EXIT() either.

Fixes: fbe316acd6da ("efi_loader: variable: support variable authentication")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c