Re: [U-Boot] [PATCH 2/6] davinci: ea20: the console is always set to the serial line

2012-08-15 Thread Stefano Babic
On 10/08/2012 09:26, Bastian Ruppert wrote: > Do not allow to overwrite it when video is enabled. > > Signed-off-by: Bastian Ruppert > CC: Tom Rini > CC: Stefano Babic > --- Acked-by: Stefano Babic Best regards, Stefano Babic -- =

[U-Boot] [PATCH 2/6] davinci: ea20: the console is always set to the serial line

2012-08-10 Thread Bastian Ruppert
Do not allow to overwrite it when video is enabled. Signed-off-by: Bastian Ruppert CC: Tom Rini CC: Stefano Babic --- board/davinci/ea20/ea20.c | 11 +-- include/configs/ea20.h|2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/b