]> git.ipfire.org Git - thirdparty/u-boot.git/commit
image-fit: Fix mismatched parameter type in comment
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Wed, 4 Mar 2026 07:51:00 +0000 (16:51 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 18 Mar 2026 17:05:57 +0000 (11:05 -0600)
commiteeca6ed86ff65cb8213d0d960a0733c7d8ddde5d
treed11047589bfc9230fa158e0f578d92da2b08240a
parenteefb822fb574e28d49fc9f358328854e17fc8406
image-fit: Fix mismatched parameter type in comment

The functions use 'ulong', however, the comments said 'uint32_t'.
Update the comments to match the prototype.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
boot/image-fit.c