summaryrefslogtreecommitdiff
path: root/arch/cris/boot
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-02-08 16:14:06 +0100
committerJesper Nilsson <jespern@axis.com>2015-03-25 09:49:48 +0100
commita9f75ac5a24cb94c2373daa3d73f90d22cf5d94b (patch)
treeb445b1d3aae563e8465e639edf05b782ac50f1d9 /arch/cris/boot
parent43f7071e107ede92ac9e499d218233c8bb4c3607 (diff)
CRISv32: add device tree support
Add support for booting CRISv32 with a built-in device tree. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/boot')
-rw-r--r--arch/cris/boot/dts/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/cris/boot/dts/Makefile b/arch/cris/boot/dts/Makefile
new file mode 100644
index 000000000000..faf69fb9919f
--- /dev/null
+++ b/arch/cris/boot/dts/Makefile
@@ -0,0 +1,6 @@
+BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB)).dtb.o
+ifneq ($(CONFIG_BUILTIN_DTB),"")
+obj-$(CONFIG_OF) += $(BUILTIN_DTB)
+endif
+
+clean-files := *.dtb.S