commit | 1a97b516b00bc3fd1efda804b0a4299a3bf4b6f6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Apr 04 07:23:53 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 08 07:45:34 2023 +0200 |
tree | 8cc849efa400825b2314b81d9a1b558bc2928258 | |
parent | 5aaea01a00bd9102a3c6ccb61c4490708b25e198 [diff] |
efi_loader: avoid using HandleProtocol in initrddump.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>