]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: allow lmb module to be used in SPL
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:22 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:50 +0000 (14:08 -0600)
commit6942bdb42aefdc7e5bdf17624408e49df725fa45
treeeb25553856cf699df5869dd99f4b85483a1aa83e
parent8281fdeec1fb1d650da5bd7f243d7ad06bd02cc5
lmb: allow lmb module to be used in SPL

With the introduction of separate config symbols for the SPL phase of
U-Boot, the condition checks need to be tweaked so that platforms that
enable the LMB module in SPL are also able to call the LMB API's. Use
the appropriate condition checks to achieve this.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
board/xilinx/common/board.c
boot/bootm.c
boot/image-board.c
fs/fs.c
lib/Makefile
net/tftp.c
net/wget.c