All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: usage: Fix command in fdt overlay apply sequence
@ 2021-12-03 14:46 Alexander Dahl
  2021-12-03 16:02 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2021-12-03 14:46 UTC (permalink / raw)
  To: u-boot; +Cc: Heinrich Schuchardt, Simon Glass, Pantelis Antoniou

Literally adhering to the docs gave this wrong output:

    U-Boot> setenv fdtaddr 0x87f00000
    U-Boot> fdtaddr $fdtaddr
    Unknown command 'fdtaddr' - try 'help'

Fixes: d80162cfc559 ("doc: Document how to apply fdt overlays")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 doc/usage/fdt_overlays.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/usage/fdt_overlays.rst b/doc/usage/fdt_overlays.rst
index ea39713434..7f113edae3 100644
--- a/doc/usage/fdt_overlays.rst
+++ b/doc/usage/fdt_overlays.rst
@@ -102,7 +102,7 @@ Manually Loading and Applying Overlays
 
 ::
 
-    => fdtaddr $fdtaddr
+    => fdt addr $fdtaddr
 
 4. Grow it enough so it can encompass all applied overlays
 

base-commit: 5b9ee01685290653671072d0030cd7ba9da3a705
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: usage: Fix command in fdt overlay apply sequence
  2021-12-03 14:46 [PATCH] doc: usage: Fix command in fdt overlay apply sequence Alexander Dahl
@ 2021-12-03 16:02 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-12-03 16:02 UTC (permalink / raw)
  To: Alexander Dahl, u-boot; +Cc: Simon Glass, Pantelis Antoniou

On 12/3/21 15:46, Alexander Dahl wrote:
> Literally adhering to the docs gave this wrong output:
>
>      U-Boot> setenv fdtaddr 0x87f00000
>      U-Boot> fdtaddr $fdtaddr
>      Unknown command 'fdtaddr' - try 'help'
>
> Fixes: d80162cfc559 ("doc: Document how to apply fdt overlays")
> Signed-off-by: Alexander Dahl <ada@thorsis.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>   doc/usage/fdt_overlays.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/usage/fdt_overlays.rst b/doc/usage/fdt_overlays.rst
> index ea39713434..7f113edae3 100644
> --- a/doc/usage/fdt_overlays.rst
> +++ b/doc/usage/fdt_overlays.rst
> @@ -102,7 +102,7 @@ Manually Loading and Applying Overlays
>
>   ::
>
> -    => fdtaddr $fdtaddr
> +    => fdt addr $fdtaddr
>
>   4. Grow it enough so it can encompass all applied overlays
>
>
> base-commit: 5b9ee01685290653671072d0030cd7ba9da3a705
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-03 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 14:46 [PATCH] doc: usage: Fix command in fdt overlay apply sequence Alexander Dahl
2021-12-03 16:02 ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.