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:

committed by
Jesper Nilsson

parent
43f7071e10
commit
a9f75ac5a2
6
arch/cris/boot/dts/Makefile
Normal file
6
arch/cris/boot/dts/Makefile
Normal 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
|
Reference in New Issue
Block a user