Re: [U-Boot] [PATCH 3/9] log: Add control over log formatting

2018-01-26 Thread Simon Glass
On 28 December 2017 at 13:14, Simon Glass wrote: > It is useful to be able to control the output format of log records on the > console. As a starting point, add definitions for controlling which > elements of the log record are displayed. Use function and message as the > default, since these are

[U-Boot] [PATCH 3/9] log: Add control over log formatting

2017-12-28 Thread Simon Glass
It is useful to be able to control the output format of log records on the console. As a starting point, add definitions for controlling which elements of the log record are displayed. Use function and message as the default, since these are the most useful fields. Signed-off-by: Simon Glass ---