commit | fcf583b4a7f74de1475a953bd934efcdd4e34309 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Dec 29 09:23:03 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Dec 29 10:51:50 2022 +0100 |
tree | 903d7ca3031422c326168431acc2815c5ffb194d | |
parent | eff6b7157c0094c02e790146c09a2f1b4bda410f [diff] |
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>