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

2021-11-18 Thread Tom Rini
On Wed, Oct 27, 2021 at 02:17:24PM +0800, 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 > Reviewed-by: Simon

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

2021-10-26 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()") Reviewed-by: Joel Stanley Reviewed-by: Simon Glass --- common/image-fit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 de