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

2012-08-04 Thread Linus Walleij
On Sun, Jul 29, 2012 at 11:23 AM, Albert ARIBAUD wrote: > On Sun, 29 Jul 2012 11:14:34 +0200, Albert ARIBAUD > wrote: >> Hi Linus, >> >> On Mon, 23 Jul 2012 12:35:05 +0200, Linus Walleij >> wrote: >> > On Wed, Jun 13, 2012 at 3:37 PM, Linus Walleij >> > wrote: >> > > On Tue, May 22, 2012 at

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

2012-07-29 Thread Albert ARIBAUD
Hi Linus, On Sun, 29 Jul 2012 11:14:34 +0200, Albert ARIBAUD wrote: > Hi Linus, > > On Mon, 23 Jul 2012 12:35:05 +0200, Linus Walleij > wrote: > > On Wed, Jun 13, 2012 at 3:37 PM, Linus Walleij > > wrote: > > > On Tue, May 22, 2012 at 10:53 PM, Linus Walleij > > > wrote: > > > > > >> The c

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

2012-07-29 Thread Albert ARIBAUD
Hi Linus, On Mon, 23 Jul 2012 12:35:05 +0200, Linus Walleij wrote: > On Wed, Jun 13, 2012 at 3:37 PM, Linus Walleij > wrote: > > On Tue, May 22, 2012 at 10:53 PM, Linus Walleij > > wrote: > > > >> The configuration that is common for all Integrator boards may > >> just as well be stored in a

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

2012-07-23 Thread Linus Walleij
On Wed, Jun 13, 2012 at 3:37 PM, Linus Walleij wrote: > On Tue, May 22, 2012 at 10:53 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] integrator: break out common config

2012-06-13 Thread Linus Walleij
On Tue, May 22, 2012 at 10:53 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 Albert, is this patc

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

2012-05-22 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 --- include/configs/integrator-common.h | 114 +++ includ