Re: [U-Boot] [PATCH 4/6] console & omap-common/spl: Enable use of eserial

2012-10-10 Thread Marek Vasut
Dear Andrew Bradford, > Dear Marek Vasut, > > On Thu, 27 Sep 2012 18:34:18 +0200 > > Marek Vasut wrote: > > Dear Andrew Bradford, > > > > > Enable use of eserial devices for common and omap-common/spl. > > > > > > This probably isn't the right way to do this as the changes aren't > > > needed

Re: [U-Boot] [PATCH 4/6] console & omap-common/spl: Enable use of eserial

2012-10-10 Thread Tom Rini
On Wed, Oct 10, 2012 at 09:10:28AM -0400, Andrew Bradford wrote: > Dear Marek Vasut, > > On Thu, 27 Sep 2012 18:34:18 +0200 > Marek Vasut wrote: > > > Dear Andrew Bradford, > > > > > Enable use of eserial devices for common and omap-common/spl. > > > > > > This probably isn't the right way to

Re: [U-Boot] [PATCH 4/6] console & omap-common/spl: Enable use of eserial

2012-10-10 Thread Andrew Bradford
Dear Marek Vasut, On Thu, 27 Sep 2012 18:34:18 +0200 Marek Vasut wrote: > Dear Andrew Bradford, > > > Enable use of eserial devices for common and omap-common/spl. > > > > This probably isn't the right way to do this as the changes aren't > > needed for 'common' configurations, just for one ca

Re: [U-Boot] [PATCH 4/6] console & omap-common/spl: Enable use of eserial

2012-09-27 Thread Marek Vasut
Dear Andrew Bradford, > Enable use of eserial devices for common and omap-common/spl. > > This probably isn't the right way to do this as the changes aren't > needed for 'common' configurations, just for one case. > > Signed-off-by: Andrew Bradford > --- > arch/arm/cpu/armv7/omap-common/spl.c

[U-Boot] [PATCH 4/6] console & omap-common/spl: Enable use of eserial

2012-09-26 Thread Andrew Bradford
Enable use of eserial devices for common and omap-common/spl. This probably isn't the right way to do this as the changes aren't needed for 'common' configurations, just for one case. Signed-off-by: Andrew Bradford --- arch/arm/cpu/armv7/omap-common/spl.c |7 ++- common/console.c