[PATCH next v2 2/4] lib: rsa: use FIT_ALGO_PROP constant instead of "algo" in FIT
Simon Glass
sjg at chromium.org
Fri Jan 9 12:34:46 CET 2026
On Wed, 3 Dec 2025 at 09:19, Quentin Schulz <foss+uboot at 0leil.net> wrote:
>
> From: Quentin Schulz <quentin.schulz at cherry.de>
>
> 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 at cherry.de>
> ---
> lib/rsa/rsa-verify.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <simon.glass at canonical.com>
More information about the U-Boot
mailing list