With this not only a full path can be used to specify a node, but also an alias. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- commands/of_property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/of_property.c b/commands/of_property.c index 8ffe30b..a544f71 100644 --- a/commands/of_property.c +++ b/commands/of_property.c @@ -196,7 +196,7 @@ static int do_of_property(int argc, char *argv[]) if (optind < argc) { path = argv[optind]; - node = of_find_node_by_path(path); + node = of_find_node_by_path_or_alias(NULL, path); if (!node) { printf("Cannot find nodepath %s\n", path); return -ENOENT; -- 1.8.4.rc2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox