Revert "utilfdt_read: pass back up the length of data read"

This reverts commit cc2c178727.
It was the wrong version of the patch.
This commit is contained in:
Jon Loeliger 2013-04-22 15:41:41 -05:00
parent 31be4ce7ca
commit 5543b88d5e
5 changed files with 8 additions and 12 deletions

View file

@ -160,7 +160,7 @@ int nodename_eq(const char *s1, const char *s2)
void *load_blob(const char *filename)
{
char *blob;
int ret = utilfdt_read_err(filename, &blob, NULL);
int ret = utilfdt_read_err(filename, &blob);
if (ret)
CONFIG("Couldn't open blob from \"%s\": %s", filename,