summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-09-07 04:47:27 +0300
committerStefano Babic <sbabic@denx.de>2023-09-23 19:45:34 +0300
commit5ae4f74a1b9908fdde1d2b58fdb5d617bf41b51b (patch)
tree281df6891868c8ad77a47be6180232d1933199c9
parentade6e375c30d155b28c85da76f26eea9ae625773 (diff)
downloadu-boot-5ae4f74a1b9908fdde1d2b58fdb5d617bf41b51b.tar.xz
imx: hab: Explain that ivt_offset is optional
The ivt_offset parameter is optional for both hab_auth_img_or_fail and hab_auth_img commands. Document it in their usage texts to make it clearer. Signed-off-by: Fabio Estevam <festevam@denx.de>
-rw-r--r--arch/arm/mach-imx/hab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/hab.c b/arch/arm/mach-imx/hab.c
index e7b0388602..27e053ef70 100644
--- a/arch/arm/mach-imx/hab.c
+++ b/arch/arm/mach-imx/hab.c
@@ -703,7 +703,7 @@ U_BOOT_CMD(
"addr length ivt_offset\n"
"addr - image hex address\n"
"length - image hex length\n"
- "ivt_offset - hex offset of IVT in the image"
+ "ivt_offset - hex offset of IVT in the image (optional)"
);
U_BOOT_CMD(
@@ -719,7 +719,7 @@ U_BOOT_CMD(
"addr length ivt_offset\n"
"addr - image hex address\n"
"length - image hex length\n"
- "ivt_offset - hex offset of IVT in the image"
+ "ivt_offset - hex offset of IVT in the image (optional)"
);
U_BOOT_CMD(