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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user