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

2021-10-24 Thread Simon Glass
On Wed, 20 Oct 2021 at 20:23, ChiaWei Wang wrote: > > > From: Joel Stanley > > Sent: Thursday, October 21, 2021 8:08 AM > > > > On Wed, 20 Oct 2021 at 02:49, Chia-Wei Wang > > wrote: > > > > > > Fix inconsistent function parameter name of the hash algorithm. > > > > > > Signed-off-by: Chia-Wei W

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

2021-10-20 Thread ChiaWei Wang
> From: Joel Stanley > Sent: Thursday, October 21, 2021 8:08 AM > > On Wed, 20 Oct 2021 at 02:49, 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

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

2021-10-20 Thread Joel Stanley
On Wed, 20 Oct 2021 at 02:49, 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()") Reviewed-by: Joel Stanley This fix should go in independe

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

2021-10-19 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/image-fit.c b/common/