Re: [U-Boot] [PATCH] MX5: mx53loco: do not overwrite the console

2012-08-06 Thread Fabio Estevam
On Sun, Aug 5, 2012 at 7:18 AM, Stefano Babic wrote: > 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 > CC: Fabio Estevam Tested-by: Fabio Estevam Thanks __

[U-Boot] [PATCH] MX5: mx53loco: do not overwrite the console

2012-08-05 Thread Stefano Babic
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 CC: Fabio Estevam --- board/freescale/mx53loco/mx53loco.c | 12 ++-- include/configs/mx53loco.h |2 ++ 2 files changed, 8 insertio