diff mbox series

doc: imx: habv4: Fix typo in 'signing'

Message ID 20230629192531.336217-1-festevam@gmail.com
State Accepted, archived
Commit f5d98b01e10f05a823f3f5821c729198e56ebdbb
Delegated to: Heinrich Schuchardt
Headers show
Series doc: imx: habv4: Fix typo in 'signing' | expand

Commit Message

Fabio Estevam June 29, 2023, 7:25 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

Fix two occurrences where 'signing' is misspelled.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 doc/imx/habv4/guides/mx6_mx7_secure_boot.txt     | 2 +-
 doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Tim Harvey June 29, 2023, 8:08 p.m. UTC | #1
On Thu, Jun 29, 2023 at 12:26 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> Fix two occurrences where 'signing' is misspelled.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  doc/imx/habv4/guides/mx6_mx7_secure_boot.txt     | 2 +-
>  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 53f71fbc3e2b..7fba84a39479 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 fde0f27efdc5..56b8cd62cb64 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.
> --
> 2.34.1
>

Reviewed-by: Tim Harvey <tharvey@gateworks.com>

Best regards,

Tim
Tom Rini July 3, 2023, 6:27 p.m. UTC | #2
On Thu, Jun 29, 2023 at 04:25:31PM -0300, Fabio Estevam wrote:

> From: Fabio Estevam <festevam@denx.de>
> 
> Fix two occurrences where 'signing' is misspelled.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> Reviewed-by: Tim Harvey <tharvey@gateworks.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt b/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt
index 53f71fbc3e2b..7fba84a39479 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 fde0f27efdc5..56b8cd62cb64 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.