projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1530ad5
)
doc: usage: Fix command in fdt overlay apply sequence
author
Alexander Dahl
<ada@thorsis.com>
Fri, 3 Dec 2021 14:46:57 +0000
(15:46 +0100)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Thu, 9 Dec 2021 19:43:25 +0000
(11:43 -0800)
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
patch
|
blob
|
history
diff --git
a/doc/usage/fdt_overlays.rst
b/doc/usage/fdt_overlays.rst
index ea39713434d716ddb8b3f218bc0c1ac599d2ec7d..7f113edae374e4b0319da172a978dc080f8dd74d 100644
(file)
--- 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