diff options
author | Pawel Moll <Pawel.Moll@arm.com> | 2012-11-21 15:44:28 +0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-04-26 17:32:03 +0400 |
commit | 90556ca1ebdd01fbedaf9e56a826d4ce84346466 (patch) | |
tree | 3748af28b4f4a82b9146a53243c9cc33ccad4de9 /arch/arm64/boot/dts/Makefile | |
parent | 39a90ca639db5fcd33064ddf754793ec85764239 (diff) | |
download | linux-90556ca1ebdd01fbedaf9e56a826d4ce84346466.tar.xz |
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 <Pawel.Moll@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |