diff options
| author | Simon Glass <[email protected]> | 2023-10-01 19:13:40 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-11 15:43:56 -0400 |
| commit | 7e5b637483e03ce303ce84ec6b24156c6658ef46 (patch) | |
| tree | 0a67c8aa5bd018d376f8073147cea33c6772861b /doc/develop/cedit.rst | |
| parent | c2bd2d33d92cf729dfa7bac6c4c754098f0a2dfb (diff) | |
expo: Update documentation to include textline
Update the expo documentation to include mention of this new object
type.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop/cedit.rst')
| -rw-r--r-- | doc/develop/cedit.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/develop/cedit.rst b/doc/develop/cedit.rst index 63dff9d3f14..82305b921f0 100644 --- a/doc/develop/cedit.rst +++ b/doc/develop/cedit.rst @@ -162,7 +162,8 @@ Cedit provides several options for persistent settings: - Writing an FDT file to a filesystem - Writing to U-Boot's environment variables, which are then typically stored in a persistent manner -- Writing to CMOS RAM registers (common on x86 machines) +- Writing to CMOS RAM registers (common on x86 machines). Note that textline + objects do not appear in CMOS RAM registers For now, reading and writing settings is not automatic. See the :doc:`../usage/cmd/cedit` for how to do this on the command line or in a |
