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-omap2/Makefile.boot | |
parent | 5ae8d15f686f93d2ac60a7b16d8ddfbfdfc7c00f (diff) | |
download | op-kernel-dev-85594df2bad0dddb36aa8aa242f4d15e6f122f02.zip op-kernel-dev-85594df2bad0dddb36aa8aa242f4d15e6f122f02.tar.gz |
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-omap2/Makefile.boot')
-rw-r--r-- | arch/arm/mach-omap2/Makefile.boot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/Makefile.boot b/arch/arm/mach-omap2/Makefile.boot index be0fe92..b03e562 100644 --- a/arch/arm/mach-omap2/Makefile.boot +++ b/arch/arm/mach-omap2/Makefile.boot @@ -1,9 +1,3 @@ zreladdr-y += 0x80008000 params_phys-y := 0x80000100 initrd_phys-y := 0x80800000 - -dtb-$(CONFIG_SOC_OMAP2420) += omap2420-h4.dtb -dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle-xm.dtb omap3-evm.dtb omap3-tobi.dtb -dtb-$(CONFIG_ARCH_OMAP4) += omap4-panda.dtb omap4-pandaES.dtb -dtb-$(CONFIG_ARCH_OMAP4) += omap4-var_som.dtb omap4-sdp.dtb -dtb-$(CONFIG_SOC_OMAP5) += omap5-evm.dtb |