]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: spl: enable lmb config for SPL
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 26 Aug 2024 11:59:35 +0000 (17:29 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 20:08:50 +0000 (14:08 -0600)
Enable the LMB config in SPL. This helps in testing the LMB code in
SPL on sandbox.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig

index bfd95e2398fd42999a66e0cd4793ed443ff6a953..eb0f064ad289c30b190eec8a4e363bf8a239adba 100644 (file)
@@ -286,3 +286,4 @@ CONFIG_UNIT_TEST=y
 CONFIG_SPL_UNIT_TEST=y
 CONFIG_UT_TIME=y
 CONFIG_UT_DM=y
+CONFIG_SPL_LMB=y
index 826a82d09211a353df752847f6bc71f42e1cb0dd..bc6a430fa358ffce924c8da0e991ed71a931b726 100644 (file)
@@ -253,3 +253,4 @@ CONFIG_UNIT_TEST=y
 CONFIG_SPL_UNIT_TEST=y
 CONFIG_UT_TIME=y
 CONFIG_UT_DM=y
+CONFIG_SPL_LMB=y