]> git.dujemihanovic.xyz Git - u-boot.git/commit
image: fit: Fix parameter name for hash algorithm
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Wed, 27 Oct 2021 06:17:24 +0000 (14:17 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:04:59 +0000 (17:04 -0500)
commitdeea089077dfcba05c47513bdaaa4d383217ce40
treee180596e51b28d01b81ee3a3d0805a0f87615e2f
parentfaf5d4d53d435bb4e15768cc135b6268b5104bbc
image: fit: Fix parameter name for hash algorithm

Fix inconsistent function parameter name of the hash algorithm.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Fixes: 92055e138f2 ("image: Drop if/elseif hash selection in calculate_hash()")
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/image-fit.c