[PATCH 21/21] ARM: Kirkwood: Remove DT support
From: Jason Cooper <hidden>
Date: 2014-02-07 15:15:22
On Fri, Feb 07, 2014 at 04:09:54PM +0100, Thomas Petazzoni wrote:
Dear Jason Cooper, On Fri, 7 Feb 2014 10:03:06 -0500, Jason Cooper wrote:quoted
Ideally, I'd prefer multi_v7 and multi_v5 for DT, and {kirkwood,dove,orion5x,mv78xx0}_defconfig for non-DT legacy building. The latter going away once we deprecate non-DT booting. There is a case to be made for the arch-specific defconfigs, though. Currently (includes modules if configured, and dtbs); mvebu_defconfig 00:02:56 x86_64_defconfig 00:04:24 multi_v7_defconfig 00:04:05 1 minute and 9 seconds doesn't drastically change a bathroom break or tea time ;-) But it is a 33% increase.I also like to have a more focused defconfig than multi_v7 for development.quoted
If we want something leaner than multi_v7, how about armada_370-xp_defconfig to replace the current mvebu_defconfig?Doesn't work for me: we're going to introduce soon the support for other mvebu ARMv7 SoC that are not Armada 370 nor XP, but that should be built as part of this. Why not mvebu_v7 and mvebu_v5 as I suggested? mvebu_v7 would build both Dove and Armada 370/XP (and the other ones we are going to introduce soon), mvebu_v5 would build Kirkwood (and possibly Orion5x once I find enough time to work on this platform).
Yeah, I can go with that, as long as Sebastian doesn't see a need for a separate dove_defconfig in the long term (DT only). Sebastian?
This way, ultimately we can simply remove kirkwood_defconfig and dove_defconfig, as soon as all legacy platforms have been either converted to DT, or removed.
Yep, the fewer builds I have to do per patch submission, the better. thx, Jason.