Hi, On 10/24/25 9:54 AM, Fabian Pflug wrote: > Signed-off-by: Fabian Pflug <[email protected]>
Reviewed-by: Ahmad Fatoum <[email protected]> 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 |
