Re: [U-Boot] [PATCH 4/9] log: Update log_console to honour the log format

2018-01-26 Thread Simon Glass
On 28 December 2017 at 13:14, Simon Glass wrote: > At present this just outputs the message. Update it to output whatever the > format requests. > > Signed-off-by: Simon Glass > --- > > common/log_console.c | 27 ++- > test/py/tests/test_log.py | 4 ++-- > 2 files c

[U-Boot] [PATCH 4/9] log: Update log_console to honour the log format

2017-12-28 Thread Simon Glass
At present this just outputs the message. Update it to output whatever the format requests. Signed-off-by: Simon Glass --- common/log_console.c | 27 ++- test/py/tests/test_log.py | 4 ++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/common/log_