]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: typo non-volatile in efi_var_restore
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 29 Dec 2022 08:23:03 +0000 (09:23 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 29 Dec 2022 09:51:50 +0000 (10:51 +0100)
commitfcf583b4a7f74de1475a953bd934efcdd4e34309
tree903d7ca3031422c326168431acc2815c5ffb194d
parenteff6b7157c0094c02e790146c09a2f1b4bda410f
efi_loader: typo non-volatile in efi_var_restore

It is volatile variables that we do not allow to be restored from file.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/efi_var_file.c