]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: Correctly unmap memory after notifications
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 24 Oct 2024 10:46:25 +0000 (13:46 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2024 19:02:45 +0000 (13:02 -0600)
commite26d2cab4285d2953879054a4ff6955fb756a6d4
tree1acc77a2d12ca129a0efdb3c7054896a3ae740d5
parent84610b66e1ee80cac1cdadc83c9c922d61b30d8f
lmb: Correctly unmap memory after notifications

We never unmap the memory used to update the EFI memory map after
notifications

Fixes: commit 2f6191526a13 ("lmb: notify of any changes to the LMB memory map")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/lmb.c