summaryrefslogtreecommitdiffstats
path: root/Documentation/user
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-06-24 10:52:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-28 22:12:24 +0200
commit09b5c05952541214c43e5dfe4320215a942a875e (patch)
treeb33d91bb9a7dfebc4e95118c5c91c9bccd9d5b07 /Documentation/user
parentb631f60acf8050963daab1a95d854e4ead33b28f (diff)
downloadbarebox-09b5c05952541214c43e5dfe4320215a942a875e.tar.gz
barebox-09b5c05952541214c43e5dfe4320215a942a875e.tar.xz
doc: devicetree: Refer to internal device tree also as live tree
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Link: https://lore.barebox.org/20210624085223.14616-17-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user')
-rw-r--r--Documentation/user/devicetree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user/devicetree.rst b/Documentation/user/devicetree.rst
index 679cae7f00..4be6a1e703 100644
--- a/Documentation/user/devicetree.rst
+++ b/Documentation/user/devicetree.rst
@@ -21,7 +21,7 @@ The internal devicetree
-----------------------
The devicetree consulted by barebox plays a special role. It is referred to
-as the "internal devicetree." The barebox devicetree commands work on this
+as the "internal devicetree" or "live tree". The barebox devicetree commands work on this
devicetree. The devicetree source (DTS) files are kept in sync with the kernel DTS
files. As the FDT files are meant to be backward compatible, it should always be possible
to start a kernel with the barebox internal devicetree. However, since the barebox