]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: improve efi_var_from_file() description
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Nov 2023 14:50:16 +0000 (15:50 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 20 Nov 2023 18:06:22 +0000 (19:06 +0100)
commitce68a254483817f86f92ffef7c7bc44fee318fb5
tree342c9d759d9e77fa6544c91110364661ff297420
parent229f9e77fe46efb2516b7cfdc60db1d92721eac5
efi_loader: improve efi_var_from_file() description

It is unclear to developers why efi_var_from_file() returns EFI_SUCCESS if
file ubootefi.var is missing or corrupted. Improve the description.

Reported-by: Weizhao Ouyang <o451686892@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Weizhao Ouyang <o451686892@gmail.com>
lib/efi_loader/efi_var_file.c