Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Fabio Estevam
On Wed, Aug 13, 2014 at 3:42 PM, Dennis Gilmore wrote: > check line 112, most boards just use the console variable and not the > way you have it set. in my porting to generic distro configs it seems > that we dropped off the re-configuring of the variable. Ill send in a > patch to clean things u

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:33:43 -0300 Fabio Estevam wrote: > On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore > wrote: > > > must have changed recentlyish we are using 2014.04 and it's > > "console=ttymxc0" im in the process of updating to 2014.10 so i > > guess its a non issue anymore > > It is t

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Fabio Estevam
On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore wrote: > must have changed recentlyish we are using 2014.04 and it's > "console=ttymxc0" im in the process of updating to 2014.10 so i guess > its a non issue anymore It is the same in 2014.04: http://git.denx.de/?p=u-boot.git;a=blob;f=include/con

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:00:43 -0300 Fabio Estevam wrote: > On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore > wrote: > > Hi all, > > > > The default environment for the wandboard does not specify the speed > > for the console. I have an open bug in Fedora[1] I am curious if > > there was a particu

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Fabio Estevam
On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore wrote: > Hi all, > > The default environment for the wandboard does not specify the speed > for the console. I have an open bug in Fedora[1] I am curious if there > was a particular reason why the speed is not set, or if i should just > send in a pat