commit | acfe1def3f147c20e116f479225546bc5e3bfc27 | [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 | 2ecee31017bf7fb538b4749a3763802b8f825dac [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>