aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-11-16 10:09:07 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-11-20 19:06:22 +0100
commit9781ec984071d11f73604dfd756f260ca98404bc (patch)
tree2c3b7f6a51eacd9219845e46454196fc081212cc
parentdc23eb8e0e1ea07f9a60d60fb3af053c931bcb46 (diff)
downloadu-boot-9781ec984071d11f73604dfd756f260ca98404bc.zip
u-boot-9781ec984071d11f73604dfd756f260ca98404bc.tar.gz
u-boot-9781ec984071d11f73604dfd756f260ca98404bc.tar.bz2
doc: typo fdtaddr_addr_r
%s/fdtaddr_addr_r/fdt_addr_r/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--doc/develop/bootstd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/bootstd.rst b/doc/develop/bootstd.rst
index 51cd573..496e24b 100644
--- a/doc/develop/bootstd.rst
+++ b/doc/develop/bootstd.rst
@@ -247,7 +247,7 @@ fdtfile
Name of the flattened device tree (FDT) file to load, e.g.
"rockchip/rk3399-rockpro64.dtb"
-fdtaddr_addr_r
+fdt_addr_r
Address at which to load the FDT, e.g. 0x01f00000
fdtoverlay_addr_r (needed if overlays are used)