You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
352 B
11 lines
352 B
--- a/common/image-fit.c
|
|
+++ b/common/image-fit.c
|
|
@@ -1557,7 +1557,7 @@ int fit_image_load(bootm_headers_t *imag
|
|
if (fit_image_get_data(fit, noffset, &buf, &size)) {
|
|
printf("Could not find %s subimage data!\n", prop_name);
|
|
bootstage_error(bootstage_id + BOOTSTAGE_SUB_GET_DATA);
|
|
- return -ENOMEDIUM;
|
|
+ return -EIO;
|
|
}
|
|
len = (ulong)size;
|
|
|
|
|