imx: hab: Improve the hab_auth_img_or_fail usage text
authorFabio Estevam <festevam@denx.de>
Thu, 7 Sep 2023 01:47:26 +0000 (22:47 -0300)
committerStefano Babic <sbabic@denx.de>
Sat, 23 Sep 2023 16:45:34 +0000 (18:45 +0200)
Split the hab_auth_img_or_fail usage text in two sentences to make it
clearer.

Signed-off-by: Fabio Estevam <festevam@denx.de>
arch/arm/mach-imx/hab.c

index 8ba3c5f..e7b0388 100644 (file)
@@ -715,7 +715,7 @@ U_BOOT_CMD(
 U_BOOT_CMD(
                hab_auth_img_or_fail, 4, 0,
                do_authenticate_image_or_failover,
-               "authenticate image via HAB on failure drop to USB BootROM mode",
+               "authenticate image via HAB. Switch to USB BootROM mode on failure",
                "addr length ivt_offset\n"
                "addr - image hex address\n"
                "length - image hex length\n"