Re: [U-Boot] [PATCH v3 11/54] dm: Allow debug UART to support an early console

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:38, Simon Glass wrote: > When there is no console ready, allow the debug UART to be used for output. > This makes debugging of early code considerably easier. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > common/console.c | 19 ++

[U-Boot] [PATCH v3 11/54] dm: Allow debug UART to support an early console

2015-06-23 Thread Simon Glass
When there is no console ready, allow the debug UART to be used for output. This makes debugging of early code considerably easier. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None common/console.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/c