diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-09-06 14:32:38 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-14 10:22:04 -0400 |
commit | 360a0cab50414ee30924917159066e69ee4b38d3 (patch) | |
tree | ba2056a50e3e42cd3921c0a007640b85c38b3ffd /arch/arm/mach-at91 | |
parent | 59bba2a9854a2de869440ff799d8e3dfd4779543 (diff) |
ARM: move all dtb targets out of Makefile.boot
In preparation to support multi-platform kernels, move all the dtb targets
out of the mach Makefile.boot and into the arch/arm/boot/dts/Makefile
which is closer to the sources.
DTBs are only built when CONFIG_OF is enabled and now use top level
CONFIG_ARCH_xxx instead of chip or board specific config options.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Andrew Victor <linux@maxim.org.za>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Viresh Kumar <viresh.linux@gmail.com>
Cc: Shiraz Hashim <shiraz.hashim@st.com>
Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Makefile.boot | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index 30bb7332e30b..5309f9b6aabc 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot | |||
@@ -12,27 +12,3 @@ else | |||
12 | params_phys-y := 0x20000100 | 12 | params_phys-y := 0x20000100 |
13 | initrd_phys-y := 0x20410000 | 13 | initrd_phys-y := 0x20410000 |
14 | endif | 14 | endif |
15 | |||
16 | # Keep dtb files sorted alphabetically for each SoC | ||
17 | # sam9260 | ||
18 | dtb-$(CONFIG_MACH_AT91SAM_DT) += aks-cdu.dtb | ||
19 | dtb-$(CONFIG_MACH_AT91SAM_DT) += ethernut5.dtb | ||
20 | dtb-$(CONFIG_MACH_AT91SAM_DT) += evk-pro3.dtb | ||
21 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb | ||
22 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb | ||
23 | # sam9263 | ||
24 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9263ek.dtb | ||
25 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9263.dtb | ||
26 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9263.dtb | ||
27 | # sam9g20 | ||
28 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek.dtb | ||
29 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek_2mmc.dtb | ||
30 | dtb-$(CONFIG_MACH_AT91SAM_DT) += kizbox.dtb | ||
31 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9g20.dtb | ||
32 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb | ||
33 | # sam9g45 | ||
34 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb | ||
35 | # sam9n12 | ||
36 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9n12ek.dtb | ||
37 | # sam9x5 | ||
38 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g25ek.dtb | ||