summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/uimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/uimage.c b/common/uimage.c
index c9283b82d1..7fbef8688e 100644
--- a/common/uimage.c
+++ b/common/uimage.c
@@ -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;
}