]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: typo fdtaddr_addr_r
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 16 Nov 2023 09:09:07 +0000 (10:09 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 20 Nov 2023 18:06:22 +0000 (19:06 +0100)
%s/fdtaddr_addr_r/fdt_addr_r/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/bootstd.rst

index 51cd5736627773698a95c406200ca2f899818c48..496e24bc7a61f4a73e1e4173bc6753b66b8fd1b2 100644 (file)
@@ -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)