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>
This commit is contained in:
Rabin Vincent
2015-02-08 16:14:06 +01:00
committed by Jesper Nilsson
parent 43f7071e10
commit a9f75ac5a2
6 changed files with 46 additions and 0 deletions

View File

@@ -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