summaryrefslogtreecommitdiff
path: root/cmd/cedit.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-08-14 16:40:30 -0600
committerTom Rini <trini@konsulko.com>2023-08-25 13:54:33 -0400
commit2045ca5c1f51d054579d0886184b6f245b8a134e (patch)
tree7e32988a9c404ecda6b1004d11ed676bd840b84c /cmd/cedit.c
parentc5aacf5ef87610d92bf0651b2a935c37778768d2 (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 <sjg@chromium.org>
Diffstat (limited to 'cmd/cedit.c')
-rw-r--r--cmd/cedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cedit.c b/cmd/cedit.c
index 5f0e84403f5..e98121b067b 100644
--- a/cmd/cedit.c
+++ b/cmd/cedit.c
@@ -65,7 +65,7 @@ static int do_cedit_run(struct cmd_tbl *cmdtp, int flag, int argc,
return CMD_RET_FAILURE;
}
- node = ofnode_path("/cedit-theme");
+ node = ofnode_path("/bootstd/cedit-theme");
if (ofnode_valid(node)) {
ret = expo_apply_theme(cur_exp, node);
if (ret)