commit | 199675b9d54c9be682e98b4835d22da98c0b11e3 | [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 | ff6ce8da978bbcf283e34c07406085af2359f7b0 [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>