commit | 32833cfe7331753bebf3bca19e7dc2693d5bc9d7 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Mon Aug 12 23:56:36 2024 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 12 17:32:18 2024 +0200 |
tree | 26c8dd656b0b8535d25fb2cc3a5df87540085b30 | |
parent | 33d512ec275e44cd8044b44debb07499ded4b9d0 [diff] |
efi_loader: shorten efi_bootmgr_release_uridp_resource() We use this function to clean up leftover resources when booting an EFI HTTP boot image, but the name is unnecessary long. Shorten it to efi_bootmgr_release_uridp() Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>