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

With the changes to make the LMB reservations persistent, the common
memory regions are being added during board init. Remove the
now superfluous lmb_init_and_reserve() function.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
arch/arm/mach-apple/board.c
arch/arm/mach-snapdragon/board.c
arch/arm/mach-stm32mp/stm32mp1/cpu.c
cmd/bdinfo.c
cmd/load.c
fs/fs.c
include/lmb.h
lib/lmb.c
net/tftp.c
net/wget.c