mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 11:24:42 +00:00
doc: Expand documentation for the cedit command
Add a little information about each subcommand. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2045ca5c1f
commit
d65ccbb601
1 changed files with 15 additions and 0 deletions
|
@ -24,6 +24,21 @@ The description is in the form of a devicetree file, as documented at
|
|||
|
||||
See :doc:`../../develop/cedit` for information about the configuration editor.
|
||||
|
||||
cedit load
|
||||
~~~~~~~~~~
|
||||
|
||||
Loads a configuration-editor description from a file. It creates a new cedit
|
||||
structure ready for use. Initially no settings are read, so default values are
|
||||
used for each object.
|
||||
|
||||
cedit run
|
||||
~~~~~~~~~
|
||||
|
||||
Runs the default configuration-editor event loop. This is very simple, just
|
||||
accepting character input and moving through the objects under user control.
|
||||
The implementation is at `cedit_run()`.
|
||||
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue