mkimage: update to 2014.04
[openwrt/staging/yousong.git] / tools / mkimage / patches / 070-avoid_ENOMEDIUM.patch
diff --git a/tools/mkimage/patches/070-avoid_ENOMEDIUM.patch b/tools/mkimage/patches/070-avoid_ENOMEDIUM.patch
deleted file mode 100644 (file)
index 53b3aa6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;