[PATCH] doc: fix typo

2025-04-24 Thread Aristo Chen
Fix typo from "to" to "do" Signed-off-by: Aristo Chen --- doc/usage/blkmap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/blkmap.rst b/doc/usage/blkmap.rst index 75f736c259f..4e9091e8ffa 100644 --- a/doc/usage/blkmap.rst +++ b/doc/usage/blkmap.rst @@ -39,7 +39,

Re: [PATCH] doc: fix typo

2025-04-24 Thread Quentin Schulz
Hi Aristo, On 4/24/25 11:14 AM, Aristo Chen wrote: Fix typo from "to" to "do" Signed-off-by: Aristo Chen Reviewed-by: Quentin Schulz Thanks! Quentin

[PATCH] doc: Fix typo bootfloe to bootflow

2025-03-28 Thread Andrew Davis
Signed-off-by: Andrew Davis --- doc/usage/cmd/bootflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/cmd/bootflow.rst b/doc/usage/cmd/bootflow.rst index 5d41fe37a7a..01e7eff300b 100644 --- a/doc/usage/cmd/bootflow.rst +++ b/doc/usage/cmd/bootflow.rst @@ -18,7 +

Re: [PATCH] doc: fix typo in README.usb

2023-07-07 Thread Tom Rini
On Fri, Jul 07, 2023 at 11:44:00AM +0200, Enguerrand de Ribaucourt wrote: > Signed-off-by: Enguerrand de Ribaucourt > > --- > doc/README.usb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/README.usb b/doc/README.usb > index ef1d6ba36..b4c3ef522 100644 > --- a/doc/

[PATCH] doc: fix typo in README.usb

2023-07-07 Thread Enguerrand de Ribaucourt
Signed-off-by: Enguerrand de Ribaucourt --- doc/README.usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.usb b/doc/README.usb index ef1d6ba36..b4c3ef522 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -63,7 +63,7 @@ Common USB Commands: Storage USB Commands:

Re: [PATCH] doc: fix typo in signature.txt

2021-07-07 Thread Heinrich Schuchardt
On 7/2/21 11:32 AM, Thomas Perrot wrote: Fix value fields in signature nodes. Signed-off-by: Thomas Perrot This matches the definition include/image.h:1004: #define FIT_VALUE_PROP "value" Reviewed-by: Heinrich Schuchardt --- doc/uImage.FIT/signature.txt | 4 ++-- 1 file cha

[PATCH] doc: fix typo in signature.txt

2021-07-02 Thread Thomas Perrot
Fix value fields in signature nodes. Signed-off-by: Thomas Perrot --- doc/uImage.FIT/signature.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index d9a912119032..7cb1c15e5e15 100644 --- a/doc/uImage.FIT/sign