From 90556ca1ebdd01fbedaf9e56a826d4ce84346466 Mon Sep 17 00:00:00 2001 From: Pawel Moll Date: Wed, 21 Nov 2012 11:44:28 +0000 Subject: arm64: vexpress: Add dts files for the ARMv8 RTSM models This patch adds the DTS files for the ARMv8 RTSM and Foundation models. Signed-off-by: Pawel Moll Signed-off-by: Catalin Marinas Acked-by: Arnd Bergmann --- arch/arm64/boot/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm64/boot/dts/Makefile') diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index 32ac0aef0068..68457e9e0975 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,3 +1,5 @@ +dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb + targets += dtbs targets += $(dtb-y) -- cgit v1.2.3-59-g8ed1b