mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
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:
parent
31be4ce7ca
commit
5543b88d5e
5 changed files with 8 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue