[U-Boot] [PATCH] sandbox: Compile test device tree when CONFIG_UT_DM is defined

Simon Glass sjg at chromium.org
Sat May 23 19:59:09 CEST 2015


A conflict between the PMIC and unit test work means that the sandbox test
device tree file is no-longer built. Fix this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/sandbox/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sandbox/dts/Makefile b/arch/sandbox/dts/Makefile
index 562a078..517b555 100644
--- a/arch/sandbox/dts/Makefile
+++ b/arch/sandbox/dts/Makefile
@@ -1,5 +1,5 @@
 dtb-$(CONFIG_SANDBOX) += sandbox.dtb
-dtb-$(CONFIG_DM_TEST) += test.dtb
+dtb-$(CONFIG_UT_DM) += test.dtb
 
 targets += $(dtb-y)
 
-- 
2.2.0.rc0.207.ga3a616c



More information about the U-Boot mailing list