]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: Update mentions of README.fdt-control
authorE Shattow <e@freeshell.de>
Tue, 23 Sep 2025 22:30:50 +0000 (15:30 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 27 Sep 2025 07:20:22 +0000 (09:20 +0200)
Update documents 'README.fdt-control' reference to replacement 'control.rst':
  doc/arch/nios2.rst
  dts/Makefile

Also convert some adjacent pathname mentions to rST links where applicable

Fixes: 3e9fddfc4f14 "doc: Move devicetree control doc to rST"
Signed-off-by: E Shattow <e@freeshell.de>
doc/arch/nios2.rst
doc/develop/devicetree/control.rst
doc/develop/driver-model/ethernet.rst
doc/develop/spl.rst
doc/usage/fit/overlay-fdt-boot.rst
dts/Makefile

index 34a75e7fb0076271af75e320ee38b4b0050e534a..90b4ddf387bfe251df87105e8d69d060b2cd187d 100644 (file)
@@ -13,7 +13,7 @@ Please refer to the link for Linux port and toolchains:
 http://rocketboards.org/foswiki/view/Documentation/NiosIILinuxUserManual
 
 The Nios II port of u-boot is controlled by device tree. Please check
-out doc/README.fdt-control.
+out :doc:`/develop/devicetree/control`.
 
 To add a new board/configuration (eg, mysystem) to u-boot, you will need
 three files.
index 0233945f8b65bf7edff4cbb053b345ebfb9e9291..8811e1d5c233d7bbdc348d8977f4d3f247616bac 100644 (file)
@@ -282,7 +282,7 @@ U-Boot can be divided into three phases: TPL, SPL and U-Boot proper.
 
 The full devicetree is available to U-Boot proper, but normally only a subset
 (or none at all) is available to TPL and SPL. See 'Pre-Relocation Support' and
-'SPL Support' in doc/driver-model/design.rst for more details.
+'SPL Support' in :doc:`/develop/driver-model/design` for more details.
 
 
 Using several DTBs in the SPL (SPL_MULTI_DTB_FIT Kconfig option)
index 73c3a728dbfc8e3c38c49c59145c0517aa57de17..2e1df744d4a34497c6d584369a920f41110a75b2 100644 (file)
@@ -8,7 +8,7 @@ own ethernet device driver.  Here we will describe a new pseudo 'APE' driver.
 
 Most existing drivers do already - and new network driver MUST - use the
 U-Boot core driver model. Generic information about this can be found in
-doc/driver-model/design.rst, this document will thus focus on the network
+:doc:`/develop/driver-model/design`, this document will thus focus on the network
 specific code parts.
 Some drivers are still using the old Ethernet interface, differences between
 the two and hints about porting will be handled at the end.
index 7f2eac508060e250729d135375a869aa9fee31fc..08b51172014bd87ed5c80787aac45b0349e29e12 100644 (file)
@@ -145,7 +145,7 @@ fdtgrep is also used to remove:
   'bootph-verify' (VPL))
 
 All the nodes remaining in the SPL devicetree are bound
-(see doc/driver-model/design.rst).
+(see :doc:`/develop/driver-model/design`).
 
 NOTE: U-Boot migrated to a new schema for the u-boot,dm-* tags in 2023. Please
 update to use the new bootph-* tags as described in the
index 3d7296ad913e7446d24d101e1394c3e6931127a2..d687e98ea2a6bbb9ce3bf5a6827d35afff57d3cc 100644 (file)
@@ -13,7 +13,7 @@ that matches the desired configuration.
 
 This document focuses on specifically using overlays as part of a FIT image.
 General information regarding overlays including its syntax and building it
-can be found in doc/README.fdt-overlays
+can be found in :doc:`/usage/fdt_overlays`
 
 Configuration without overlays
 ------------------------------
index 86bf8dc215603c3c02930e9c642d7dc06ce715fc..fd4ae31a533bb94f81ae36310fba558ed1230bba 100644 (file)
@@ -3,7 +3,7 @@
 # Copyright (c) 2011 The Chromium OS Authors.
 
 # This Makefile builds the internal U-Boot fdt if CONFIG_OF_CONTROL is
-# enabled. See doc/README.fdt-control for more details.
+# enabled. See doc/develop/devicetree/control.rst for more details.
 
 DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%)
 ifeq ($(DEVICE_TREE),)