[PATCH] ARM: dtb: move all dtb targets to common Makefile
From: Olof Johansson <hidden>
Date: 2012-09-21 05:41:15
On Thu, Sep 20, 2012 at 10:29 PM, Stephen Warren [off-list ref] wrote:
On 09/20/2012 11:04 PM, Olof Johansson wrote:quoted
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.quoted
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefilequoted
+dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtbThat's still in arch/arm/mach-bcm2835/Makefile.boot. And I don't see any diffs for Tegra, which added some new files in the dt and dt2 branches IIRC (e.g. commit a3ee1293b1bec15e179b5a4c99fe07157de35202). Strangely, git log on arm-soc for-next commit bc51b817c64e6c3b9865b87a7c3d6b9d6ea9afb2 doesn't show any edits to arch/arm/mach-tegra/Makefile.boot even though that other commit I mentioned did touch the file and is in the history??? I guess I need sleep.
Odd, something seems to have happened when I did a re-merge of the branch. You're right, they didn't get moved over properly (I do know for a fact that I did it by hand earlier tonight though). I'll fix it up right away and push fresh branches. This means next/multiplatform and for-next will be rebased shortly. I'll send a reply when done. -Olof