aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-02-25 21:35:39 +0100
committerTom Rini <trini@konsulko.com>2020-04-17 12:32:36 -0400
commit2799a69ee88f8fe086846095f8fe8a8e79483605 (patch)
tree0ab4b001937094bb627fbadf390e9930ed2d4c92 /doc
parentecb3a0a154fa43e636012be691521910928d67bd (diff)
downloadu-boot-2799a69ee88f8fe086846095f8fe8a8e79483605.zip
u-boot-2799a69ee88f8fe086846095f8fe8a8e79483605.tar.gz
u-boot-2799a69ee88f8fe086846095f8fe8a8e79483605.tar.bz2
doc: fix references to driver-model
Fix some errors pointed out by 'make refcheckdocs'. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.fdt-control2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.fdt-control b/doc/README.fdt-control
index e53cf51..424d13f 100644
--- a/doc/README.fdt-control
+++ b/doc/README.fdt-control
@@ -182,7 +182,7 @@ U-Boot can be divided into three phases: TPL, SPL and U-Boot proper.
The full device tree 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/README.txt for more details.
+'SPL Support' in doc/driver-model/design.rst for more details.
Using several DTBs in the SPL (CONFIG_SPL_MULTI_DTB)