]> git.baikalelectronics.ru Git - uboot.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)
commit8413a86e692bc96fb7e7858b343a36bde3f2dbaf
treee180596e51b28d01b81ee3a3d0805a0f87615e2f
parentee33a57708498deaa4dd14378217d40c9b0dba78
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: 1affd3abbe0 ("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