diff options
| author | Fabio Estevam <[email protected]> | 2023-06-29 16:25:31 -0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-03 10:20:13 -0400 |
| commit | f5d98b01e10f05a823f3f5821c729198e56ebdbb (patch) | |
| tree | 22699d9b2f322c017e362fddf9383441bbea0079 /doc/imx | |
| parent | e37650846f3ff5241583fde526c95f8511130951 (diff) | |
doc: imx: habv4: Fix typo in 'signing'
Fix two occurrences where 'signing' is misspelled.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Tim Harvey <[email protected]>
Diffstat (limited to 'doc/imx')
| -rw-r--r-- | doc/imx/habv4/guides/mx6_mx7_secure_boot.txt | 2 | ||||
| -rw-r--r-- | doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt b/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt index 53f71fbc3e2..7fba84a3947 100644 --- a/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt +++ b/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt @@ -113,7 +113,7 @@ the U-Boot build, the example below is a log for mx7dsabresd_defconfig target: 1.4 Signing the U-Boot binary ------------------------------ -The CST tool is used for singing the U-Boot binary and generating a CSF binary, +The CST tool is used for signing the U-Boot binary and generating a CSF binary, users should input the CSF description file created in the step above and should receive a CSF binary, which contains the CSF commands, SRK table, signatures and certificates. diff --git a/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt b/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt index fde0f27efdc..56b8cd62cb6 100644 --- a/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt +++ b/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt @@ -145,7 +145,7 @@ addresses, the csf_uboot.txt can be used as example: 1.4 Signing the images ----------------------- -The CST tool is used for singing the U-Boot binary and generating a CSF binary, +The CST tool is used for signing the U-Boot binary and generating a CSF binary, users should input the CSF description file created in the step above and receive a CSF binary, which contains the CSF commands, SRK table, signatures and certificates. |
