projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d3bc5
)
sandbox: Compile test device tree when CONFIG_UT_DM is defined
author
Simon Glass
<sjg@chromium.org>
Sat, 23 May 2015 17:53:57 +0000
(11:53 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 4 Jun 2015 09:34:48 +0000
(
03:34
-0600)
A conflict between the PMIC and unit test work means that the sandbox test
device tree file is no-longer built. Fix this.
Series-to: u-boot
Series-cc: joe, prz
Change-Id: I6616428e05713e5306f848e7dd0a645dedf0934e
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/Makefile
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/Makefile
b/arch/sandbox/dts/Makefile
index
562a078
..
517b555
100644
(file)
--- 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)