summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2012-09-25 00:01:31 +0530
committerTony Lindgren <tony@atomide.com>2012-10-08 15:43:57 -0700
commitf0cfa981cec09e6e353295e0f8dc36bc10289996 (patch)
tree3688834b8647c595a608e5c8584e025edc5b84ae /arch/arm/boot
parent898f08e159bb63eaa5843f8dc0dab9592d4bae4c (diff)
downloadlinux-3.10-f0cfa981cec09e6e353295e0f8dc36bc10289996.tar.gz
linux-3.10-f0cfa981cec09e6e353295e0f8dc36bc10289996.tar.bz2
linux-3.10-f0cfa981cec09e6e353295e0f8dc36bc10289996.zip
ARM: OMAP2+: Add am335x evm and bone targets to common Makefile
This adds am335x-evm and am335x-bone dtb targets to 'make dtbs', just like other platforms. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 29f541f0e65..5c28db351c2 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -76,7 +76,9 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
omap4-pandaES.dtb \
omap4-var_som.dtb \
omap4-sdp.dtb \
- omap5-evm.dtb
+ omap5-evm.dtb \
+ am335x-evm.dtb \
+ am335x-bone.dtb
dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
dtb-$(CONFIG_ARCH_U8500) += snowball.dtb
dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \