doc: correct references to overlay-fdt-boot.txt
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 26 Mar 2025 10:10:24 +0000 (11:10 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Apr 2025 07:05:29 +0000 (09:05 +0200)
doc/uImage.FIT/overlay-fdt-boot.txt does not exist anymore.
Reference the correct section of doc/usage/fit/overlay-fdt-boot.rst.

Fixes: 6f6e8bb695a7 ("doc: Bring in the FIT overlay information")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/README.pxe
doc/usage/fdt_overlays.rst
doc/usage/fit/overlay-fdt-boot.rst

index af2e64a..9fff2cd 100644 (file)
@@ -160,7 +160,7 @@ kernel <path>           - if this label is chosen, use tftp to retrieve the kernel
                      It will passed to bootm with that address.
                      (see: doc/uImage.FIT/command_syntax_extensions.txt)
                      It useful for overlay selection in pxe file
-                     (see: doc/uImage.FIT/overlay-fdt-boot.txt)
+                     (see: doc/usage/fit/overlay-fdt-boot.rst).
 
 fdtoverlays <path> [...] - if this label is chosen, use tftp to retrieve the DT
                       overlay(s) at <path>. it will be temporarily stored at the
index 81d0d37..15ebd17 100644 (file)
@@ -76,8 +76,8 @@ There are two ways to apply overlays in U-Boot.
 * Manually load and apply overlays
 
 The remainder of this document will discuss using overlays via the manual
-approach. For information on using overlays as part of a FIT image please see:
-doc/uImage.FIT/overlay-fdt-boot.txt
+approach. For information on using overlays as part of a FIT image please see
+:ref:`fit_configuration_using_overlays`.
 
 Manually Loading and Applying Overlays
 --------------------------------------
index a7db1a3..3d7296a 100644 (file)
@@ -111,6 +111,8 @@ Where config is one of::
 
 This selects the DTB to use when booting.
 
+.. _fit_configuration_using_overlays:
+
 Configuration using overlays
 ----------------------------