From a9f75ac5a24cb94c2373daa3d73f90d22cf5d94b Mon Sep 17 00:00:00 2001 From: Rabin Vincent Date: Sun, 8 Feb 2015 16:14:06 +0100 Subject: CRISv32: add device tree support Add support for booting CRISv32 with a built-in device tree. Signed-off-by: Rabin Vincent Signed-off-by: Jesper Nilsson --- arch/cris/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/cris/Makefile') diff --git a/arch/cris/Makefile b/arch/cris/Makefile index 39dc7d00083e..4a5404b3d0e4 100644 --- a/arch/cris/Makefile +++ b/arch/cris/Makefile @@ -40,6 +40,10 @@ else MACH := endif +ifneq ($(CONFIG_BUILTIN_DTB),"") +core-$(CONFIG_OF) += arch/cris/boot/dts/ +endif + LD = $(CROSS_COMPILE)ld -mcrislinux OBJCOPYFLAGS := -O binary -R .note -R .comment -S -- cgit v1.2.3-59-g8ed1b