diff options
| author | Fabio Estevam <[email protected]> | 2023-09-06 22:47:26 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-09-23 18:45:34 +0200 |
| commit | ade6e375c30d155b28c85da76f26eea9ae625773 (patch) | |
| tree | 0d91631b0b2a3b5336a39d07ea3723e167f75c84 | |
| parent | 2ec9ebc72a432f9b7b6631cb9666245f776cc256 (diff) | |
imx: hab: Improve the hab_auth_img_or_fail usage text
Split the hab_auth_img_or_fail usage text in two sentences to make it
clearer.
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | arch/arm/mach-imx/hab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/hab.c b/arch/arm/mach-imx/hab.c index 8ba3c5ff8e5..e7b0388602f 100644 --- a/arch/arm/mach-imx/hab.c +++ b/arch/arm/mach-imx/hab.c @@ -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" |
