[PATCH 1/1] doc: typo fdtaddr_addr_r

%s/fdtaddr_addr_r/fdt_addr_r/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- doc/develop/bootstd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/develop/bootstd.rst b/doc/develop/bootstd.rst index 51cd573662..496e24bc7a 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)

On Thu, 16 Nov 2023 at 02:10, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/fdtaddr_addr_r/fdt_addr_r/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
doc/develop/bootstd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (2)
-
Heinrich Schuchardt
-
Simon Glass