diff mbox series

[v2,08/49] binman: Fix a few typos in the entry docs

Message ID 20200613205717.v2.8.Iac1bf290bd0b5b7b04bbfc5a09f6d337b03565b3@changeid
State New
Headers show
Series rockchip: x86: Support building ROM files automatically with binman | expand

Commit Message

Simon Glass June 14, 2020, 2:56 a.m. UTC
Some typos have been fixed in the code but the entry docs were not
regenerated. Fix this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 tools/binman/README.entries | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Bin Meng June 29, 2020, 6:21 a.m. UTC | #1
Hi Simon,

On Sun, Jun 14, 2020 at 10:57 AM Simon Glass <sjg at chromium.org> wrote:
>
> Some typos have been fixed in the code but the entry docs were not
> regenerated. Fix this.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  tools/binman/README.entries | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/binman/README.entries b/tools/binman/README.entries
> index 4f2c48fdc2..d5b4b3af2b 100644
> --- a/tools/binman/README.entries
> +++ b/tools/binman/README.entries
> @@ -519,7 +519,7 @@ Properties / Entry arguments:
>
>  This file contains code used by the SoC that is required to make it work.
>  The Management Engine is like a background task that runs things that are
> -not clearly documented, but may include keyboard, display and network
> +not clearly documented, but may include keyboard, deplay and network

I don't understand this change. The existing doc does not have typo,
but your changes have.

>  access. For platform that use ME it is not possible to disable it. U-Boot
>  does not directly execute code in the ME binary.
>
> @@ -616,7 +616,7 @@ Entry: powerpc-mpc85xx-bootpg-resetvec: PowerPC mpc85xx bootpg + resetvec code f
>  Properties / Entry arguments:
>      - filename: Filename of u-boot-br.bin (default 'u-boot-br.bin')
>
> -This entry is valid for PowerPC mpc85xx cpus. This entry holds
> +This enrty is valid for PowerPC mpc85xx cpus. This entry holds

ditto

>  'bootpg + resetvec' code for PowerPC mpc85xx CPUs which needs to be
>  placed at offset 'RESET_VECTOR_ADDRESS - 0xffc'.
>
> --

Regards,
Bin
diff mbox series

Patch

diff --git a/tools/binman/README.entries b/tools/binman/README.entries
index 4f2c48fdc2..d5b4b3af2b 100644
--- a/tools/binman/README.entries
+++ b/tools/binman/README.entries
@@ -519,7 +519,7 @@  Properties / Entry arguments:
 
 This file contains code used by the SoC that is required to make it work.
 The Management Engine is like a background task that runs things that are
-not clearly documented, but may include keyboard, display and network
+not clearly documented, but may include keyboard, deplay and network
 access. For platform that use ME it is not possible to disable it. U-Boot
 does not directly execute code in the ME binary.
 
@@ -616,7 +616,7 @@  Entry: powerpc-mpc85xx-bootpg-resetvec: PowerPC mpc85xx bootpg + resetvec code f
 Properties / Entry arguments:
     - filename: Filename of u-boot-br.bin (default 'u-boot-br.bin')
 
-This entry is valid for PowerPC mpc85xx cpus. This entry holds
+This enrty is valid for PowerPC mpc85xx cpus. This entry holds
 'bootpg + resetvec' code for PowerPC mpc85xx CPUs which needs to be
 placed at offset 'RESET_VECTOR_ADDRESS - 0xffc'.