Re: [PATCH v2 12/22] cmd: log: Use sub-commands for log

2020-10-11 Thread Simon Glass
On Sat, 10 Oct 2020 at 13:44, Sean Anderson wrote: > > This reduces duplicate code, and makes adding new sub-commands easier. > > Signed-off-by: Sean Anderson > --- > > (no changes since v1) > > cmd/log.c | 37 +++-- > 1 file changed, 7 insertions(+), 30 deletions

[PATCH v2 12/22] cmd: log: Use sub-commands for log

2020-10-10 Thread Sean Anderson
This reduces duplicate code, and makes adding new sub-commands easier. Signed-off-by: Sean Anderson --- (no changes since v1) cmd/log.c | 37 +++-- 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/cmd/log.c b/cmd/log.c index 16a6ef7539..e55ace9e14