summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-21 23:48:25 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-26 23:42:47 +0200
commit22159db6b06bc17a19560a63bb40c05368ccfa8c (patch)
tree54ef17124b26e8f8dfd73d55f464d205cc789523 /arch/arm/Makefile
parentcde9fcb8cb8c6a9c2b13436d1a1ae4891bf89bf5 (diff)
downloadbarebox-22159db6b06bc17a19560a63bb40c05368ccfa8c.tar.gz
barebox-22159db6b06bc17a19560a63bb40c05368ccfa8c.tar.xz
ARM: build dtbs depending on CONFIG_OFTREE
The upcoming multi image support will need devicetree binary blobs even when there is no builtin dtb. Instead of depending on CONFIG_BUILTIN_DTB depend on CONFIG_OFTREE and let this option select DTC. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 32bdd65a21..658b1a5cc0 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -328,7 +328,7 @@ endif
common-y += $(BOARD) $(MACH)
common-y += arch/arm/lib/ arch/arm/cpu/
-common-$(CONFIG_BUILTIN_DTB) += arch/arm/dts/
+common-$(CONFIG_OFTREE) += arch/arm/dts/
lds-y := arch/arm/lib/barebox.lds