commit | 4a1eeccde6cf4ba9111d0edcd5e36240091b385e | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Mon Aug 12 23:56:37 2024 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 12 17:32:18 2024 +0200 |
tree | 713736e43154953088ce279fec5aee2c8a0f6cf6 | |
parent | 292a4a4c7b77e142f68b83e54e79c5d5df1df379 [diff] |
efi_loader: rename efi_bootmgr_image_return_notify We use this event when returning from an EFI HTTP booted image. The name is a bit confusing since it suggests we always run it, rename it to make it clearer Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>