
17 Sep
2012
17 Sep
'12
10:29 p.m.
Hi Eric,
On Mon, Sep 17, 2012 at 5:20 PM, Eric Nelson eric.nelson@boundarydevices.com wrote:
+int board_late_init(void) +{
setenv("stdout", "serial");
return 0;
+}
I was told not to do this way.
Please follow this approach instead:
commit 3e0773708dd4e502c127a589be5779708eb7ba69 Author: Stefano Babic sbabic@denx.de Date: Sun Aug 5 00:18:53 2012 +0000
MX5: mx53loco: do not overwrite the console
On this board, the console is always set to the serial line. Do not allow to overwrite it when video is enabled.
Signed-off-by: Stefano Babic sbabic@denx.de CC: Fabio Estevam fabio.estevam@freescale.com Tested-by: Fabio Estevam fabio.estevam@freescale.com
Regards,
Fabio Estevam