]> git.baikalelectronics.ru Git - uboot.git/commit
efi_driver: simplify efi_uc_stop(), call efi_free_pool()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 4 Oct 2022 10:50:51 +0000 (12:50 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 6 Oct 2022 20:54:57 +0000 (22:54 +0200)
commitfd37ff1c23f61cc712007d9943aa843858a98919
treebab243a5937c04419236bdcb9c3d927d466ab201
parentdce659cd1c6f5f95510731972537fafc497494b0
efi_driver: simplify efi_uc_stop(), call efi_free_pool()

We have exported efi_free_pool(). There is no need to use EFI_CALL().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_driver/efi_uclass.c