Re: [U-Boot] [PATCH 1/2] mx51evk: do not overwrite the console

2012-08-07 Thread Stefano Babic
On 05/08/2012 19:31, Fabio Estevam wrote: > From: Fabio Estevam > > 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: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH 1/2] mx51evk: do not overwrite the console

2012-08-06 Thread Fabio Estevam
On Mon, Aug 6, 2012 at 5:15 AM, Stefano Babic wrote: > Hi Fabio, > > it seems you agree with my patch from yesterday - I will apply all three > patches soon ! Yes, your solution is very good. Thanks, Fabio Estevam ___ U-Boot mailing list U-Boot@lists

Re: [U-Boot] [PATCH 1/2] mx51evk: do not overwrite the console

2012-08-06 Thread Stefano Babic
On 05/08/2012 19:31, Fabio Estevam wrote: > From: Fabio Estevam > > 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: Fabio Estevam > --- Hi Fabio, it seems you agree with my patch from yesterday - I will appl

[U-Boot] [PATCH 1/2] mx51evk: do not overwrite the console

2012-08-05 Thread Fabio Estevam
From: Fabio Estevam 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: Fabio Estevam --- board/freescale/mx51evk/mx51evk.c | 10 +- include/configs/mx51evk.h |2 ++ 2 files changed, 11 insertions