9
0
Fork 0

uimage: fix: fill size when no compression is used

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-08-12 12:09:23 +02:00 committed by Sascha Hauer
parent 7320851ed1
commit 52286bb492
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ void *uimage_load_to_buf(struct uimage_handle *handle, int image_no,
free(buf);
return NULL;
}
size = ihd->len;
goto out;
}