aboutsummaryrefslogtreecommitdiff
path: root/cmd/cedit.c
diff options
context:
space:
mode:
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 5f0e84403f..e98121b067 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)