mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
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>
This commit is contained in:
parent
ade6e375c3
commit
5ae4f74a1b
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue