Re: [U-Boot] [PATCH 6/9] log: Add a command to output a log record

2018-01-26 Thread Simon Glass
On 28 December 2017 at 13:14, Simon Glass wrote: > Add a 'log rec' command which allows a log record to be manually output. > This is useful for scripts which want full control over what is logged. It > also permits easy testing of the log system. > > Signed-off-by: Simon Glass > --- > > cmd/log

[U-Boot] [PATCH 6/9] log: Add a command to output a log record

2017-12-28 Thread Simon Glass
Add a 'log rec' command which allows a log record to be manually output. This is useful for scripts which want full control over what is logged. It also permits easy testing of the log system. Signed-off-by: Simon Glass --- cmd/log.c | 41 - 1 file change