]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: Simplify efi_free_pages()
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 24 Oct 2024 11:01:55 +0000 (14:01 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Oct 2024 20:44:38 +0000 (21:44 +0100)
commit4588ab997634a73ac2ac6b47ce8009152f59cace
tree5305a7fbffb02538b962ef1bfd96bf6e4c5b1214
parenta464a27017ad2c011a71966482f73d40dabc2b62
efi_loader: Simplify efi_free_pages()

We currently call efi_free_pages() with a notify flag and explicitly
update the efi memory map. That's not needed as lmb_free_flags() will do
that for us if the LMB_NONOTIFY flag is removed

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_memory.c