Commit 399f3afa375718b1cc74902495eb483b31c50d02

Authored by Philipp Tomsich
Committed by Tom Rini
1 parent 02e43537b3

doc: move documentation for /config node into a separate file

This moves the description of the /config node from README.fdt-control
into a separate file doc/device-tree-bindings/config.txt.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 2 changed files with 14 additions and 16 deletions Side-by-side Diff

doc/README.fdt-control
... ... @@ -168,22 +168,6 @@
168 168 $ make DEVICE_TREE=<dts-file-name>
169 169  
170 170  
171   -Configuration Options
172   ----------------------
173   -
174   -A number of run-time configuration options are provided in the /config node
175   -of the control device tree. You can access these using fdtdec_get_config_int(),
176   -fdtdec_get_config_bool() and fdtdec_get_config_string().
177   -
178   -Available options are:
179   -
180   -silent-console
181   - If present and non-zero, the console is silenced by default on boot.
182   -
183   -no-keyboard
184   - Tells U-Boot not to expect an attached keyboard with a VGA console
185   -
186   -
187 171 Limitations
188 172 -----------
189 173  
doc/device-tree-bindings/config.txt
  1 +The /config node (Configuration Options)
  2 +----------------------------------------
  3 +
  4 +A number of run-time configuration options are provided in the /config node
  5 +of the control device tree. You can access these using fdtdec_get_config_int(),
  6 +fdtdec_get_config_bool() and fdtdec_get_config_string().
  7 +
  8 +Available options are:
  9 +
  10 +silent-console
  11 + If present and non-zero, the console is silenced by default on boot.
  12 +
  13 +no-keyboard
  14 + Tells U-Boot not to expect an attached keyboard with a VGA console