commit | 50413bbb2abfaa12ac24cec1519974652359aa05 | [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 | fd1e24cd6378cb424b1519adb9e19dd34c26c486 [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>