Re: [U-Boot] [PATCH v3 10/14] log: Add a test command

2017-11-21 Thread Lukasz Majewski
On Mon, 20 Nov 2017 15:33:31 -0700 Simon Glass wrote: > Add a command which exercises the logging system. > Reviewed-by: Lukasz Majewski > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Fix function called when test command is selected > - Fix help output for

[U-Boot] [PATCH v3 10/14] log: Add a test command

2017-11-20 Thread Simon Glass
Add a command which exercises the logging system. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Fix function called when test command is selected - Fix help output for 'log test' - Rename LOGL_WARN to LOGL_WARNING MAINTAINERS | 1 + cmd/Kconfig | 3 +-