Re: [PATCH V7 1/7] kbuild: centralize .dts->.dtb rule

2012-11-30 Thread Max Filippov
On Fri, Nov 30, 2012 at 8:01 PM, Rob Herring wrote: [...] >> This is based on next-20121126. > > I'll apply the series but I need a stable base. Looks like xtensa has > the dependency. Or I can just drop xtensa. Please drop it, I will follow up with a conversion. -- Thanks. -- Max -- To unsub

Re: [PATCH V7 1/7] kbuild: centralize .dts->.dtb rule

2012-11-30 Thread Stephen Warren
On 11/30/2012 09:01 AM, Rob Herring wrote: > On 11/27/2012 05:29 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> All architectures that use cmd_dtc do so in almost the same way. Create >> a central build rule to avoid duplication. The one difference is that >> most current uses of dtc buil

Re: [PATCH V7 1/7] kbuild: centralize .dts->.dtb rule

2012-11-30 Thread Rob Herring
On 11/27/2012 05:29 PM, Stephen Warren wrote: > From: Stephen Warren > > All architectures that use cmd_dtc do so in almost the same way. Create > a central build rule to avoid duplication. The one difference is that > most current uses of dtc build $(obj)/%.dtb from $(src)/dts/%.dts rather > tha

Re: [PATCH V7 1/7] kbuild: centralize .dts->.dtb rule

2012-11-28 Thread Benjamin Herrenschmidt
On Wed, 2012-11-28 at 11:33 -0700, Stephen Warren wrote: > Following this patch (http://lkml.org/lkml/2012/11/27/555), I posted a > series of patches to convert almost all architectures to using the > centralized rule. The one architecture I didn't convert was PowerPC. > > I didn't convert it bec

Re: [PATCH V7 1/7] kbuild: centralize .dts->.dtb rule

2012-11-28 Thread Stephen Warren
On 11/27/2012 04:29 PM, Stephen Warren wrote: > All architectures that use cmd_dtc do so in almost the same way. Create > a central build rule to avoid duplication. The one difference is that > most current uses of dtc build $(obj)/%.dtb from $(src)/dts/%.dts rather > than building the .dtb in the

Re: [PATCH V7 1/7] kbuild: centralize .dts->.dtb rule

2012-11-28 Thread Catalin Marinas
On Tue, Nov 27, 2012 at 11:29:10PM +, Stephen Warren wrote: > From: Stephen Warren > > All architectures that use cmd_dtc do so in almost the same way. Create > a central build rule to avoid duplication. The one difference is that > most current uses of dtc build $(obj)/%.dtb from $(src)/dts/