diff options
| author | Simon Glass <[email protected]> | 2023-08-14 16:40:30 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-25 13:54:33 -0400 |
| commit | 2045ca5c1f51d054579d0886184b6f245b8a134e (patch) | |
| tree | 7e32988a9c404ecda6b1004d11ed676bd840b84c /doc/develop | |
| parent | c5aacf5ef87610d92bf0651b2a935c37778768d2 (diff) | |
expo: Move cedit theme under bootstd
This is related to standard boot, so put it under the same node. This may
simplify schema upstreaming later.
Mention themes in the documentation while we are here.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/cedit.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/develop/cedit.rst b/doc/develop/cedit.rst index 48262ee535e..8f0a554ae91 100644 --- a/doc/develop/cedit.rst +++ b/doc/develop/cedit.rst @@ -145,3 +145,10 @@ Multiple scenes Expo supports multiple scenes but has no pre-determined way of moving between them. You could use selection of a menu item as a signal to change the scene, but this is not currently implemented in the cedit code (see `cedit_run()`). + + +Themes +------ + +The configuration editor uses simple expo themes. The theme is read from +`/bootstd/cedit-theme` in the devicetree. |
