Re: [PATCH 1/4] image: remove redundant hash includes

2024-05-09 Thread Ilias Apalodimas
On Thu, 9 May 2024 at 17:53, Tom Rini wrote: > > On Thu, May 09, 2024 at 07:37:38AM -0700, Raymond Mao wrote: > > > Remove the redundant includes of u-boot/md5.h, u-boot/sha1.h, > > u-boot/sha256.h and u-boot/sha512.h > > > > Signed-off-by: Raymond Mao > > Reviewed-by: Tom Rini > > -- > Tom Revi

Re: [PATCH 1/4] image: remove redundant hash includes

2024-05-09 Thread Tom Rini
On Thu, May 09, 2024 at 07:37:38AM -0700, Raymond Mao wrote: > Remove the redundant includes of u-boot/md5.h, u-boot/sha1.h, > u-boot/sha256.h and u-boot/sha512.h > > Signed-off-by: Raymond Mao Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH 1/4] image: remove redundant hash includes

2024-05-09 Thread Raymond Mao
Remove the redundant includes of u-boot/md5.h, u-boot/sha1.h, u-boot/sha256.h and u-boot/sha512.h Signed-off-by: Raymond Mao --- boot/image-fit.c | 4 boot/image.c | 2 -- 2 files changed, 6 deletions(-) diff --git a/boot/image-fit.c b/boot/image-fit.c index 89e377563ce..1efc39f4408 10