]> git.ipfire.org Git - thirdparty/u-boot.git/commit
lib: rsa: use FIT_ALGO_PROP constant instead of "algo" in FIT
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 3 Dec 2025 16:19:33 +0000 (17:19 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 16 Dec 2025 17:39:38 +0000 (11:39 -0600)
commit883359e152d5000943411ef7d2daaec6c137f47d
tree5af1cf6e778b476a3284bc9c456891b2a1dcb616
parent634dcda25924567d000396542948fc33c7e8bc1a
lib: rsa: use FIT_ALGO_PROP constant instead of "algo" in FIT

Some FIT image properties have their string represented in
include/image.h via constants. FIT_ALGO_PROP does exist and would fit the
bill so let's use it instead of using a hardcoded string.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
lib/rsa/rsa-verify.c