summaryrefslogtreecommitdiff
path: root/doc/README.SPL
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-03-02 10:12:41 +0100
committerTom Rini <trini@konsulko.com>2020-04-17 12:32:36 -0400
commit42551f49b35fe1067c778086292a9b8c6fc2be0c (patch)
tree65b1205d902da1468fd6d1ab468b90d97fbf45a9 /doc/README.SPL
parent5fa8811fc2d5bf033e4217806ea7f7ab6e6be05b (diff)
doc: spl: update reference to driver-model/README.txt
Update the reference in doc/README.SPL to a no more existing file: "driver-model/README.txt", it is changed to "doc/driver-model/design.rst". Adding the directory path /doc/ allows to check this reference with 'make refcheckdocs'. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.SPL')
-rw-r--r--doc/README.SPL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.SPL b/doc/README.SPL
index 929b9672b0..2beb6d8f11 100644
--- a/doc/README.SPL
+++ b/doc/README.SPL
@@ -81,7 +81,7 @@ fdtgrep is also used to remove:
('u-boot,dm-pre-reloc', 'u-boot,dm-spl' and 'u-boot,dm-tpl')
All the nodes remaining in the SPL devicetree are bound
-(see driver-model/README.txt).
+(see doc/driver-model/design.rst).
Debugging
---------