commit | 5aaea01a00bd9102a3c6ccb61c4490708b25e198 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Apr 04 07:17:48 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 08 07:45:34 2023 +0200 |
tree | 9ecd566e238bc8ff2b2062aec0c0d535fb48073f | |
parent | 6577fbfef2f6ca9335032c6d7184cdd03f6d27f7 [diff] |
efi_loader: avoid using HandleProtocol in helloworld.efi HandleProtocol() is deprecated and leaves an OpenedProtocolInformation behind. Use OpenProtocol(GET_PROTOCOL) instead. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>