summaryrefslogtreecommitdiff
path: root/fdtget.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdtget.c')
-rw-r--r--fdtget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdtget.c b/fdtget.c
index c2fbab2..374bee2 100644
--- a/fdtget.c
+++ b/fdtget.c
@@ -254,7 +254,7 @@ static int do_fdtget(struct display_info *disp, const char *filename,
const char *prop;
int i, node;
- blob = utilfdt_read(filename);
+ blob = utilfdt_read(filename, NULL);
if (!blob)
return -1;