summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorE Shattow <[email protected]>2025-09-23 15:30:50 -0700
committerHeinrich Schuchardt <[email protected]>2025-09-27 09:20:22 +0200
commitc9aad6dbd97b44fccaf761a1f07932ae567d76b7 (patch)
treeed12a3410354f6934eb6247ba8d467a081712659 /doc/usage
parent7b5e66a2b3a2501dcff077fcc26ea55d6c5fba6e (diff)
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: 3e9fddfc4f14 "doc: Move devicetree control doc to rST" Signed-off-by: E Shattow <[email protected]>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/fit/overlay-fdt-boot.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/fit/overlay-fdt-boot.rst b/doc/usage/fit/overlay-fdt-boot.rst
index 3d7296ad913..d687e98ea2a 100644
--- a/doc/usage/fit/overlay-fdt-boot.rst
+++ b/doc/usage/fit/overlay-fdt-boot.rst
@@ -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
------------------------------