Re: [U-Boot] [PATCH 035/126] binman: Allow verbose output with all commands

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 9:12 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present the verbose flag only works for the 'build' command. This is > > not intended, nor is it useful. Update the code to support the verbose > > flag and make use of a command exce

Re: [U-Boot] [PATCH 035/126] binman: Allow verbose output with all commands

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present the verbose flag only works for the 'build' command. This is > not intended, nor is it useful. Update the code to support the verbose > flag and make use of a command exception handler. > > Signed-off-by: Simon Glass > --- > > to