Re: [PATCH] mkimage: Improve documentation of algo-name parameter

2022-02-04 Thread Simon Glass
On Thu, 3 Feb 2022 at 13:43, Jan Kiszka wrote: > > From: Jan Kiszka > > Addresses the feedback provided on 5902a397d029 which raced with the > merge. > > Signed-off-by: Jan Kiszka > --- > doc/mkimage.1 | 2 +- > tools/imagetool.h | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) >

[PATCH] mkimage: Improve documentation of algo-name parameter

2022-02-03 Thread Jan Kiszka
From: Jan Kiszka Addresses the feedback provided on 5902a397d029 which raced with the merge. Signed-off-by: Jan Kiszka --- doc/mkimage.1 | 2 +- tools/imagetool.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 0734bd36a11..fc84cc