]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: fix wrong attribute check for QueryVariableInfo
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Wed, 15 Feb 2023 02:32:17 +0000 (11:32 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 19 Feb 2023 20:15:15 +0000 (21:15 +0100)
commita135320b428a09b7856bb06c248eca0ffffb60f5
tree8996f515c21e5db3a1a124605ec94ad4276f7f16
parent67af329a741b546986be2f3b18933f8c8b373bed
efi_loader: fix wrong attribute check for QueryVariableInfo

QueryVariableInfo with EFI_VARIABLE_HARDWARE_ERROR_RECORD is
accepted, remove wrong attribute check.

Fixes: 454a9442fbce ("efi_loader: update attribute check for QueryVariableInfo()")
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_variable.c