
13 Aug
2014
13 Aug
'14
8:42 p.m.
On Wed, 13 Aug 2014 15:33:43 -0300 Fabio Estevam festevam@gmail.com wrote:
On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore dennis@ausil.us 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/configs/wandboard.h;h=6c74...
Please check lines 137 and 160.
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 up soon. along with porting to the distro generic configs
Dennis