[PATCH] ARM: k3: fix wrong reference to help

Ahmad Fatoum a.fatoum at pengutronix.de
Fri Oct 24 03:41:23 PDT 2025


Hi,

On 10/24/25 9:54 AM, Fabian Pflug wrote:
> Signed-off-by: Fabian Pflug <f.pflug at pengutronix.de>

Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>

I assume k3_authenticate_image is only used on the Cortex-R and
CONFIG_LONGHELP is disabled there and thus the issue was not noticed by
the compiler.

Thanks for fixing,
Ahmad

> ---
>  arch/arm/mach-k3/common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-k3/common.c b/arch/arm/mach-k3/common.c
> index 449075ba9b..04bddab6e3 100644
> --- a/arch/arm/mach-k3/common.c
> +++ b/arch/arm/mach-k3/common.c
> @@ -168,6 +168,6 @@ BAREBOX_CMD_START(k3_authenticate_image)
>  	BAREBOX_CMD_DESC("authenticate file with K3 ROM API")
>  	BAREBOX_CMD_OPTS("[-o <out>] file")
>  	BAREBOX_CMD_GROUP(CMD_GRP_MISC)
> -	BAREBOX_CMD_HELP(k3_authenticate_image)
> +	BAREBOX_CMD_HELP(cmd_k3_authenticate_image_help)
>  BAREBOX_CMD_END
>  #endif

-- 
Pengutronix e.K.                  |                             |
Steuerwalder Str. 21              | http://www.pengutronix.de/  |
31137 Hildesheim, Germany         | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |




More information about the barebox mailing list