Re: [PATCH v2 06/28] efi_loader: remove redundant hash includes

2024-05-08 Thread Ilias Apalodimas
On Tue, 7 May 2024 at 20:54, Raymond Mao wrote: > > Remove the redundant includes of u-boot/sha1.h, u-boot/sha256.h > and u-boot/sha512.h > > Signed-off-by: Raymond Mao > --- > Changes in v2 > - None. > > lib/efi_loader/efi_signature.c | 1 - > lib/efi_loader/efi_tcg2.c | 3 --- > 2 files c

Re: [PATCH v2 06/28] efi_loader: remove redundant hash includes

2024-05-07 Thread Tom Rini
On Tue, May 07, 2024 at 10:50:48AM -0700, Raymond Mao wrote: > Remove the redundant includes of 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 v2 06/28] efi_loader: remove redundant hash includes

2024-05-07 Thread Raymond Mao
Remove the redundant includes of u-boot/sha1.h, u-boot/sha256.h and u-boot/sha512.h Signed-off-by: Raymond Mao --- Changes in v2 - None. lib/efi_loader/efi_signature.c | 1 - lib/efi_loader/efi_tcg2.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/lib/efi_loader/efi_signature.c b/l