RE: [PATCH next v5 01/12] image: fit: Fix parameter name for hash algorithm

2021-10-14 Thread ChiaWei Wang
Hi Simon, > From: Simon Glass > Sent: Thursday, October 14, 2021 11:10 PM > > Hi Chia-Wei, > > On Sun, 3 Oct 2021 at 19:54, Chia-Wei Wang > wrote: > > > > Fix inconsistent function parameter name of the hash algorithm. > > > > Signed-off-by: Chia-Wei Wang > > Fixes: 92055e138f2 ("image: Drop

Re: [PATCH next v5 01/12] image: fit: Fix parameter name for hash algorithm

2021-10-14 Thread Simon Glass
Hi Chia-Wei, On Sun, 3 Oct 2021 at 19:54, Chia-Wei Wang wrote: > > Fix inconsistent function parameter name of the hash algorithm. > > Signed-off-by: Chia-Wei Wang > Fixes: 92055e138f2 ("image: Drop if/elseif hash selection in > calculate_hash()") > --- > common/image-fit.c | 2 +- > 1 file

[PATCH next v5 01/12] image: fit: Fix parameter name for hash algorithm

2021-10-03 Thread Chia-Wei Wang
Fix inconsistent function parameter name of the hash algorithm. Signed-off-by: Chia-Wei Wang Fixes: 92055e138f2 ("image: Drop if/elseif hash selection in calculate_hash()") --- common/image-fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/image-fit.c