summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2023-08-14 16:40:30 -0600
committerTom Rini <[email protected]>2023-08-25 13:54:33 -0400
commit2045ca5c1f51d054579d0886184b6f245b8a134e (patch)
tree7e32988a9c404ecda6b1004d11ed676bd840b84c /cmd
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 <[email protected]>
Diffstat (limited to 'cmd')
-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)