diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-20 21:11:45 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-20 22:58:17 -0700 |
commit | 85594df2bad0dddb36aa8aa242f4d15e6f122f02 (patch) | |
tree | 7ff3d5d4d77366ed34f8d2dc14f7ec7679d5daaf /arch/arm/mach-prima2 | |
parent | 5ae8d15f686f93d2ac60a7b16d8ddfbfdfc7c00f (diff) | |
download | talos-op-linux-85594df2bad0dddb36aa8aa242f4d15e6f122f02.tar.gz talos-op-linux-85594df2bad0dddb36aa8aa242f4d15e6f122f02.zip |
ARM: dtb: move all dtb targets to common Makefile
Since the dtb targets have moved to arch/arm/boot/dts/Makefile, sweep
the platforms that have had new targets added recently and move them over.
While I was at it, I also made the dtb generation more generic, i.e. if
the platform is enabled then all dtbs for that platform will be created.
Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Tony Lindgren <tony@atomide.com>
Cc: David Brown <davidb@codeaurora.com>
Cc: Barry Song <Baohua.Song@csr.com>
Cc: Simon Horman <horms@verge.net.au>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/mach-prima2')
-rw-r--r-- | arch/arm/mach-prima2/Makefile.boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-prima2/Makefile.boot b/arch/arm/mach-prima2/Makefile.boot index 98167da874c9..c77a4883a4ee 100644 --- a/arch/arm/mach-prima2/Makefile.boot +++ b/arch/arm/mach-prima2/Makefile.boot @@ -1,5 +1,3 @@ zreladdr-y += 0x00008000 params_phys-y := 0x00000100 initrd_phys-y := 0x00800000 - -dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb |