]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: return immediately in UCLASS_EFI_LOADER removal
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Fri, 19 Jan 2024 00:45:46 +0000 (09:45 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 21 Jan 2024 10:24:24 +0000 (11:24 +0100)
commit2c98f7435cc5edb2a0b96e9f398c0b7f084e83cd
tree28b304123b9836b17e7e3d22fe0f921d8dcb5963
parent0351b659dd0283062d91ab0dd752887bedd53278
efi_loader: return immediately in UCLASS_EFI_LOADER removal

In case of UCLASS_EFI_LOADER, EFI handles are managed by
EFI application/driver, we must not delete EFI handles.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_disk.c