[PATCH] oftree command: Allow free stored dtb before load
Jan Weitzel
j.weitzel at phytec.de
Thu Dec 19 03:39:28 EST 2013
Don't return after freeing stored devicetree if also loading ist wanted.
Allow "oftree -f -l my.dtb"
Signed-off-by: Jan Weitzel <j.weitzel at phytec.de>
---
commands/oftree.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/commands/oftree.c b/commands/oftree.c
index 475f019..3fa516c 100644
--- a/commands/oftree.c
+++ b/commands/oftree.c
@@ -88,7 +88,8 @@ static int do_oftree(int argc, char *argv[])
if (root)
of_delete_node(root);
- return 0;
+ if (!load)
+ return 0;
}
if (optind < argc)
--
1.7.0.4
More information about the barebox
mailing list