Re: [U-Boot] [PATCH 67/72] serial: Unconditionally enable CONFIG_SERIAL_MULTI

2012-10-09 Thread Allen Martin
On Tue, Oct 09, 2012 at 03:15:40PM -0700, Stephen Warren wrote: > On 10/09/2012 04:13 PM, Tom Rini wrote: > > On 10/09/12 15:09, Stephen Warren wrote: > >> On 10/09/2012 03:38 PM, Tom Rini wrote: > >>> On Tue, Oct 09, 2012 at 02:33:51PM -0600, Stephen Warren wrote: > On 09/29/2012 03:53 PM, Ma

Re: [U-Boot] [PATCH 67/72] serial: Unconditionally enable CONFIG_SERIAL_MULTI

2012-10-09 Thread Stephen Warren
On 10/09/2012 04:13 PM, Tom Rini wrote: > On 10/09/12 15:09, Stephen Warren wrote: >> On 10/09/2012 03:38 PM, Tom Rini wrote: >>> On Tue, Oct 09, 2012 at 02:33:51PM -0600, Stephen Warren wrote: On 09/29/2012 03:53 PM, Marek Vasut wrote: > Enable CONFIG_SERIAL_MULTI for all builds of U-Boot

Re: [U-Boot] [PATCH 67/72] serial: Unconditionally enable CONFIG_SERIAL_MULTI

2012-10-09 Thread Stephen Warren
On 10/09/2012 03:38 PM, Tom Rini wrote: > On Tue, Oct 09, 2012 at 02:33:51PM -0600, Stephen Warren wrote: >> On 09/29/2012 03:53 PM, Marek Vasut wrote: >>> Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That >>> includes both SPL builds and non-SPL builds, everything. To >>> avoid poluting th

Re: [U-Boot] [PATCH 67/72] serial: Unconditionally enable CONFIG_SERIAL_MULTI

2012-10-09 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/09/12 15:09, Stephen Warren wrote: > On 10/09/2012 03:38 PM, Tom Rini wrote: >> On Tue, Oct 09, 2012 at 02:33:51PM -0600, Stephen Warren wrote: >>> On 09/29/2012 03:53 PM, Marek Vasut wrote: Enable CONFIG_SERIAL_MULTI for all builds of U-Boo

Re: [U-Boot] [PATCH 67/72] serial: Unconditionally enable CONFIG_SERIAL_MULTI

2012-10-09 Thread Tom Rini
On Tue, Oct 09, 2012 at 02:33:51PM -0600, Stephen Warren wrote: > On 09/29/2012 03:53 PM, Marek Vasut wrote: > > Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That includes > > both SPL builds and non-SPL builds, everything. To avoid poluting > > this patch with removal of ifdef-endif constr

Re: [U-Boot] [PATCH 67/72] serial: Unconditionally enable CONFIG_SERIAL_MULTI

2012-10-09 Thread Stephen Warren
On 09/29/2012 03:53 PM, Marek Vasut wrote: > Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That includes > both SPL builds and non-SPL builds, everything. To avoid poluting > this patch with removal of ifdef-endif constructions containing > CONFIG_SERIAL_MULTI, the CONFIG_SERIAL_MULTI is tem

[U-Boot] [PATCH 67/72] serial: Unconditionally enable CONFIG_SERIAL_MULTI

2012-09-29 Thread Marek Vasut
Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That includes both SPL builds and non-SPL builds, everything. To avoid poluting this patch with removal of ifdef-endif constructions containing CONFIG_SERIAL_MULTI, the CONFIG_SERIAL_MULTI is temporarily added into CPPFLAGS in config.mk . This wi