summaryrefslogtreecommitdiff
path: root/tools/mkimage/patches/070-avoid_ENOMEDIUM.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-21 09:42:33 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-21 09:42:33 +0000
commit5342a1a2ea5ce8c7ece7c0f2f4fdf4c4d202f045 (patch)
tree708029231ac804143384629193929cdb0d948f5c /tools/mkimage/patches/070-avoid_ENOMEDIUM.patch
parentb10140d8320840695e96a77b9cb1d255b22a602a (diff)
downloadmtk-20170518-5342a1a2ea5ce8c7ece7c0f2f4fdf4c4d202f045.zip
mtk-20170518-5342a1a2ea5ce8c7ece7c0f2f4fdf4c4d202f045.tar.gz
mtk-20170518-5342a1a2ea5ce8c7ece7c0f2f4fdf4c4d202f045.tar.bz2
mkimage: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40807
Diffstat (limited to 'tools/mkimage/patches/070-avoid_ENOMEDIUM.patch')
-rw-r--r--tools/mkimage/patches/070-avoid_ENOMEDIUM.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/mkimage/patches/070-avoid_ENOMEDIUM.patch b/tools/mkimage/patches/070-avoid_ENOMEDIUM.patch
deleted file mode 100644
index 53b3aa6..0000000
--- a/tools/mkimage/patches/070-avoid_ENOMEDIUM.patch
+++ /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;
-