commit | e8324f5f882040958f8be2ce51024a2cb712e7fb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon May 24 11:10:59 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 25 13:06:58 2021 +0200 |
tree | 07e7464b1f34db6c03e3eb784343a38e6dd008b6 | |
parent | 9a5e74e62110aa2ee50d13bea3919147e4290048 [diff] |
efi_loader: simplify accessing variables Use efi_get_variable_int() instead of EFI_CALL(RT->get_variable()). Use efi_set_variable_int() instead of EFI_CALL(efi_set_variable()). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>