summaryrefslogtreecommitdiff
path: root/fdtput.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2013-04-22 15:41:41 -0500
committerJon Loeliger <jdl@jdl.com>2013-04-22 15:41:41 -0500
commit5543b88d5e3047b781552eb431bc2e3bdd9ade06 (patch)
tree5ed03ba3b351a32cf10935fef5659ce58fe31065 /fdtput.c
parent31be4ce7ca550a6fd9c4eb39abdd2f9f5ac8db44 (diff)
downloaddevice-tree-compiler-5543b88d5e3047b781552eb431bc2e3bdd9ade06.tar.gz
Revert "utilfdt_read: pass back up the length of data read"
This reverts commit cc2c178727cdeca4eb9756637c2e09e50e0856e7. It was the wrong version of the patch.
Diffstat (limited to 'fdtput.c')
-rw-r--r--fdtput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdtput.c b/fdtput.c
index 572d6da..f2197f5 100644
--- a/fdtput.c
+++ b/fdtput.c
@@ -239,7 +239,7 @@ static int do_fdtput(struct display_info *disp, const char *filename,
char *blob;
int len, ret = 0;
- blob = utilfdt_read(filename, NULL);
+ blob = utilfdt_read(filename);
if (!blob)
return -1;