]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: remove lmb_init_and_reserve_range() function
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:26 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:50 +0000 (14:08 -0600)
commit30ffdd61ded011433bfbbd6a3d14fac24547ad54
treea1461365237edeb4592161d20ef1bcc51a6fb319
parentc7ce26cb368d12e88be3274ba1ed4cda58a15ad8
lmb: remove lmb_init_and_reserve_range() function

With the move to make the LMB allocations persistent and the common
memory regions being reserved during board init, there is no need for
an explicit reservation of a memory range. Remove the
lmb_init_and_reserve_range() function.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/bootm.c
include/lmb.h
lib/lmb.c