Re: [PATCH] binman: Correct the error message for a bad hash algorithm

2022-02-22 Thread Simon Glass
Hi Alper, On Tue, 8 Feb 2022 at 11:54, Alper Nebi Yasak wrote: > > On 08/02/2022 20:59, Simon Glass wrote: > > This shows an internal type at present, rather than the algorithm name. > > Fix it and update the test to catch this. > > > > Signed-off-by: Simon Glass > > --- > > > > tools/binman/ft

Re: [PATCH] binman: Correct the error message for a bad hash algorithm

2022-02-08 Thread Simon Glass
Hi Alper, On Tue, 8 Feb 2022 at 11:54, Alper Nebi Yasak wrote: > > On 08/02/2022 20:59, Simon Glass wrote: > > This shows an internal type at present, rather than the algorithm name. > > Fix it and update the test to catch this. > > > > Signed-off-by: Simon Glass > > --- > > > > tools/binman/ft

Re: [PATCH] binman: Correct the error message for a bad hash algorithm

2022-02-08 Thread Alper Nebi Yasak
On 08/02/2022 20:59, Simon Glass wrote: > This shows an internal type at present, rather than the algorithm name. > Fix it and update the test to catch this. > > Signed-off-by: Simon Glass > --- > > tools/binman/ftest.py | 2 +- > tools/binman/state.py | 2 +- > 2 files changed, 2 insertions(+)