[PATCH 15/17] doc: devicetree: Refer to internal device tree also as live tree
Sascha Hauer
s.hauer at pengutronix.de
Tue Jun 22 22:16:30 PDT 2021
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
Documentation/user/devicetree.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.29.2
More information about the barebox
mailing list