summaryrefslogtreecommitdiffstats
path: root/commands/of_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/of_dump.c')
-rw-r--r--commands/of_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/of_dump.c b/commands/of_dump.c
index 62140a8111..e3419427d6 100644
--- a/commands/of_dump.c
+++ b/commands/of_dump.c
@@ -63,7 +63,7 @@ static int do_of_dump(int argc, char *argv[])
return -errno;
}
- root = of_unflatten_dtb(NULL, fdt);
+ root = of_unflatten_dtb(fdt);
free(fdt);