Re: [PATCH v2 RESEND] ARM: Build dtb files in all target

2012-09-07 Thread Olof Johansson
On Fri, Sep 07, 2012 at 10:57:01AM -0400, Jason Cooper wrote: > On Mon, Sep 03, 2012 at 06:58:07PM +0200, Andrew Lunn wrote: > > Tools like kisskb are good at finding build regressions in the kernel > > sources. However, regressions in the DT desscriptions are not found, > > because generally these

Re: [PATCH v2 RESEND] ARM: Build dtb files in all target

2012-09-07 Thread Andrew Lunn
On Fri, Sep 07, 2012 at 10:57:01AM -0400, Jason Cooper wrote: > On Mon, Sep 03, 2012 at 06:58:07PM +0200, Andrew Lunn wrote: > > Tools like kisskb are good at finding build regressions in the kernel > > sources. However, regressions in the DT desscriptions are not found, > > because generally these

Re: [PATCH v2 RESEND] ARM: Build dtb files in all target

2012-09-07 Thread Jason Cooper
On Mon, Sep 03, 2012 at 06:58:07PM +0200, Andrew Lunn wrote: > Tools like kisskb are good at finding build regressions in the kernel > sources. However, regressions in the DT desscriptions are not found, > because generally these build systems don't build the DT binary blobs. > > Extend the ARM al

[PATCH v2 RESEND] ARM: Build dtb files in all target

2012-09-03 Thread Andrew Lunn
Tools like kisskb are good at finding build regressions in the kernel sources. However, regressions in the DT desscriptions are not found, because generally these build systems don't build the DT binary blobs. Extend the ARM all target to build all enabled DTB files. Signed-off-by: Andrew Lunn A