From 85594df2bad0dddb36aa8aa242f4d15e6f122f02 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Thu, 20 Sep 2012 21:11:45 -0700 Subject: 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 Cc: Tony Lindgren Cc: David Brown Cc: Barry Song Cc: Simon Horman Cc: Rob Herring Cc: Stephen Warren --- arch/arm/mach-msm/Makefile.boot | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/mach-msm/Makefile.boot') diff --git a/arch/arm/mach-msm/Makefile.boot b/arch/arm/mach-msm/Makefile.boot index f7d6ae9c3487..9b803a578b4d 100644 --- a/arch/arm/mach-msm/Makefile.boot +++ b/arch/arm/mach-msm/Makefile.boot @@ -1,6 +1,3 @@ zreladdr-y += 0x10008000 params_phys-y := 0x10000100 initrd_phys-y := 0x10800000 - -dtb-$(CONFIG_ARCH_MSM8X60) += msm8660-surf.dtb -dtb-$(CONFIG_ARCH_MSM8960) += msm8960-cdp.dtb -- cgit v1.2.3-59-g8ed1b