Hi Eric, On Mon, Sep 17, 2012 at 5:20 PM, Eric Nelson <eric.nel...@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 <sba...@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 <sba...@denx.de> CC: Fabio Estevam <fabio.este...@freescale.com> Tested-by: Fabio Estevam <fabio.este...@freescale.com> Regards, Fabio Estevam _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot