Skip to content

Commit c9aad6d

Browse files
E Shattowxypron
authored andcommitted
doc: Update mentions of README.fdt-control
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: 3e9fddf "doc: Move devicetree control doc to rST" Signed-off-by: E Shattow <[email protected]>
1 parent 7b5e66a commit c9aad6d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/arch/nios2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please refer to the link for Linux port and toolchains:
1313
http://rocketboards.org/foswiki/view/Documentation/NiosIILinuxUserManual
1414

1515
The Nios II port of u-boot is controlled by device tree. Please check
16-
out doc/README.fdt-control.
16+
out :doc:`/develop/devicetree/control`.
1717

1818
To add a new board/configuration (eg, mysystem) to u-boot, you will need
1919
three files.

doc/develop/devicetree/control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ U-Boot can be divided into three phases: TPL, SPL and U-Boot proper.
282282

283283
The full devicetree is available to U-Boot proper, but normally only a subset
284284
(or none at all) is available to TPL and SPL. See 'Pre-Relocation Support' and
285-
'SPL Support' in doc/driver-model/design.rst for more details.
285+
'SPL Support' in :doc:`/develop/driver-model/design` for more details.
286286

287287

288288
Using several DTBs in the SPL (SPL_MULTI_DTB_FIT Kconfig option)

doc/develop/driver-model/ethernet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ own ethernet device driver. Here we will describe a new pseudo 'APE' driver.
88

99
Most existing drivers do already - and new network driver MUST - use the
1010
U-Boot core driver model. Generic information about this can be found in
11-
doc/driver-model/design.rst, this document will thus focus on the network
11+
:doc:`/develop/driver-model/design`, this document will thus focus on the network
1212
specific code parts.
1313
Some drivers are still using the old Ethernet interface, differences between
1414
the two and hints about porting will be handled at the end.

doc/develop/spl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ fdtgrep is also used to remove:
145145
'bootph-verify' (VPL))
146146

147147
All the nodes remaining in the SPL devicetree are bound
148-
(see doc/driver-model/design.rst).
148+
(see :doc:`/develop/driver-model/design`).
149149

150150
NOTE: U-Boot migrated to a new schema for the u-boot,dm-* tags in 2023. Please
151151
update to use the new bootph-* tags as described in the

doc/usage/fit/overlay-fdt-boot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ that matches the desired configuration.
1313

1414
This document focuses on specifically using overlays as part of a FIT image.
1515
General information regarding overlays including its syntax and building it
16-
can be found in doc/README.fdt-overlays
16+
can be found in :doc:`/usage/fdt_overlays`
1717

1818
Configuration without overlays
1919
------------------------------

dts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2011 The Chromium OS Authors.
44

55
# This Makefile builds the internal U-Boot fdt if CONFIG_OF_CONTROL is
6-
# enabled. See doc/README.fdt-control for more details.
6+
# enabled. See doc/develop/devicetree/control.rst for more details.
77

88
DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%)
99
ifeq ($(DEVICE_TREE),)

0 commit comments

Comments
 (0)