VisionFive2 U-Boot

StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   15 Branches   49 Tags
author: Simon Glass <sjg@chromium.org> 2021-09-19 15:51:10 -0600 committer: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> 2021-09-25 12:30:54 +0200 commit: 269d2d14d243f214e8eb5c63810d73272d6fd3f3 parent: 8284d6f838684cfa6e3303a447deb38027c5d7f0
Commit Summary:
doc: Add mention of the /config binding
Diffstat:
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/config_binding.rst b/doc/develop/config_binding.rst
new file mode 100644
index 0000000000..c90e99c7ba
--- /dev/null
+++ b/doc/develop/config_binding.rst
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+U-Boot configuration node
+=========================
+
+U-Boot supports a number of runtime configuration options which can be selected
+in the devicetree.
+
+These are documented in
+:download:`The /config node <../../doc/device-tree-bindings/config.txt>`.
diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index 2a32645cfd..24056b10fd 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -12,6 +12,7 @@ Implementation
    bloblist
    ci_testing
    commands
+   config_binding
    devicetree/index
    driver-model/index
    global_data