Re: [U-Boot] [PATCH v2] integrator: break out common config

2012-08-27 Thread Linus Walleij
On Mon, Aug 27, 2012 at 12:14 PM, Tom Rini wrote: > On Mon, Aug 27, 2012 at 11:30:52AM -0700, Linus Walleij wrote: >> On Tue, Aug 21, 2012 at 2:59 PM, Linus Walleij >> wrote: >> > On Sat, Aug 4, 2012 at 5:21 PM, Linus Walleij >> > wrote: >> > >> >> The configuration that is common for all Inte

Re: [U-Boot] [PATCH v2] integrator: break out common config

2012-08-27 Thread Tom Rini
On Mon, Aug 27, 2012 at 11:30:52AM -0700, Linus Walleij wrote: > On Tue, Aug 21, 2012 at 2:59 PM, Linus Walleij > wrote: > > On Sat, Aug 4, 2012 at 5:21 PM, Linus Walleij > > wrote: > > > >> The configuration that is common for all Integrator boards may > >> just as well be stored in a common i

Re: [U-Boot] [PATCH v2] integrator: break out common config

2012-08-27 Thread Linus Walleij
On Tue, Aug 21, 2012 at 2:59 PM, Linus Walleij wrote: > On Sat, Aug 4, 2012 at 5:21 PM, Linus Walleij > wrote: > >> The configuration that is common for all Integrator boards may >> just as well be stored in a common include file as per pattern >> from other boards. This eases maintenance quite

Re: [U-Boot] [PATCH v2] integrator: break out common config

2012-08-21 Thread Linus Walleij
On Sat, Aug 4, 2012 at 5:21 PM, Linus Walleij wrote: > The configuration that is common for all Integrator boards may > just as well be stored in a common include file as per pattern > from other boards. This eases maintenance quite a bit. > > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v

[U-Boot] [PATCH v2] integrator: break out common config

2012-08-04 Thread Linus Walleij
The configuration that is common for all Integrator boards may just as well be stored in a common include file as per pattern from other boards. This eases maintenance quite a bit. Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Rebase to latest U-Boot master as requested by Albert ARIBAUD