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-bcm2835 | |
parent | 5ae8d15f686f93d2ac60a7b16d8ddfbfdfc7c00f (diff) | |
download | talos-obmc-linux-85594df2bad0dddb36aa8aa242f4d15e6f122f02.tar.gz talos-obmc-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-bcm2835')
-rw-r--r-- | arch/arm/mach-bcm2835/Makefile.boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm2835/Makefile.boot b/arch/arm/mach-bcm2835/Makefile.boot index 0831fd1764e7..2d30e17f5b69 100644 --- a/arch/arm/mach-bcm2835/Makefile.boot +++ b/arch/arm/mach-bcm2835/Makefile.boot @@ -1,5 +1,3 @@ zreladdr-y := 0x00008000 params_phys-y := 0x00000100 initrd_phys-y := 0x00800000 - -dtb-y += bcm2835-rpi-b.dtb |