summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorAlexander Dahl <[email protected]>2021-12-03 15:46:57 +0100
committerHeinrich Schuchardt <[email protected]>2021-12-09 11:43:25 -0800
commit446266b024c971a6afa4eb256b2995a245d4eb49 (patch)
treea4a0dacfe624097a88b267c7fd901582f853c746 /doc/usage
parent1530ad5becf330c6094e995e340d920df2b43699 (diff)
doc: usage: Fix command in fdt overlay apply sequence
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 <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/fdt_overlays.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/fdt_overlays.rst b/doc/usage/fdt_overlays.rst
index ea39713434d..7f113edae37 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