aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-17 13:59:20 +0200
committerArnd Bergmann <arnd@arndb.de>2012-07-17 22:38:06 +0200
commita44fccbc18889676fa3f6b44319ca55b32646284 (patch)
tree5008ee4cb723c786200da725f753ed6909299447 /arch/arm/mach-mvebu
parentARM: mvebu: MPIC: read number of interrupts from control register (diff)
downloadlinux-dev-a44fccbc18889676fa3f6b44319ca55b32646284.tar.xz
linux-dev-a44fccbc18889676fa3f6b44319ca55b32646284.zip
arm: mvebu: generate DTBs for supported SoCs
Add the necessary dtb-$(CONFIG_...) entries so that "make dtbs" generates the Device Tree Blobs that correspond to the selected mvebu SoCs. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/Makefile.boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Makefile.boot b/arch/arm/mach-mvebu/Makefile.boot
index b3271754e9fd..2579a2fc2334 100644
--- a/arch/arm/mach-mvebu/Makefile.boot
+++ b/arch/arm/mach-mvebu/Makefile.boot
@@ -1 +1,3 @@
zreladdr-y := 0x00008000
+dtb-$(CONFIG_MACH_ARMADA_370_XP) += armada-370-db.dtb
+dtb-$(CONFIG_MACH_ARMADA_370_XP) += armada-xp-db.dtb