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-prima2/Makefile.boot | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/mach-prima2') 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 -- cgit v1.2.3-59-g8ed1b