]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: shorten efi_bootmgr_release_uridp_resource()
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 12 Aug 2024 20:56:36 +0000 (23:56 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 15:32:18 +0000 (17:32 +0200)
commit292a4a4c7b77e142f68b83e54e79c5d5df1df379
tree26c8dd656b0b8535d25fb2cc3a5df87540085b30
parent78d898eec080b02059c8dc09318b8761044fea85
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>
lib/efi_loader/efi_bootmgr.c