aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc.py
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 /tools/dtoc/dtoc.py
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 'tools/dtoc/dtoc.py')
-rwxr-xr-xtools/dtoc/dtoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py
index b3596a5..f31cba9 100755
--- a/tools/dtoc/dtoc.py
+++ b/tools/dtoc/dtoc.py
@@ -22,7 +22,7 @@ Dtoc produces two output files:
This tool is used in U-Boot to provide device tree data to SPL without
increasing the code size of SPL. This supports the CONFIG_SPL_OF_PLATDATA
options. For more information about the use of this options and tool please
-see doc/driver-model/of-plat.txt
+see doc/driver-model/of-plat.rst
"""
from __future__ import print_function