Re: [resent][PATCH 1/3] image-fit: Make string of algo parameter constant

2022-01-24 Thread Tom Rini
On Fri, Jan 14, 2022 at 10:21:17AM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Modifications would be invalid. > > Signed-off-by: Jan Kiszka > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [resent][PATCH 1/3] image-fit: Make string of algo parameter constant

2022-01-21 Thread Simon Glass
On Fri, 14 Jan 2022 at 02:21, Jan Kiszka wrote: > > From: Jan Kiszka > > Modifications would be invalid. > > Signed-off-by: Jan Kiszka > --- > boot/image-fit-sig.c | 2 +- > boot/image-fit.c | 8 > include/image.h | 2 +- > tools/image-host.c | 4 ++-- > 4 files changed, 8 i

[resent][PATCH 1/3] image-fit: Make string of algo parameter constant

2022-01-14 Thread Jan Kiszka
From: Jan Kiszka Modifications would be invalid. Signed-off-by: Jan Kiszka --- boot/image-fit-sig.c | 2 +- boot/image-fit.c | 8 include/image.h | 2 +- tools/image-host.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boot/image-fit-sig.c b/boot/