diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-08 16:14:06 +0100 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 09:49:48 +0100 |
commit | a9f75ac5a24cb94c2373daa3d73f90d22cf5d94b (patch) | |
tree | b445b1d3aae563e8465e639edf05b782ac50f1d9 /arch/cris/boot/dts | |
parent | 43f7071e107ede92ac9e499d218233c8bb4c3607 (diff) | |
download | talos-obmc-linux-a9f75ac5a24cb94c2373daa3d73f90d22cf5d94b.tar.gz talos-obmc-linux-a9f75ac5a24cb94c2373daa3d73f90d22cf5d94b.zip |
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/dts')
-rw-r--r-- | arch/cris/boot/dts/Makefile | 6 |
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 |