diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-14 23:00:12 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-18 23:59:32 +0200 |
commit | b13e981d72c14ba4c39f85f0d24a8f7947a1b2c4 (patch) | |
tree | 71760edb1ae1c3c1d704461e405d6fced0c4e206 /tools/mkimage/patches/050-image_h_portability.patch | |
parent | 68150d3125447a40cf103aeefd9bcb6c874e6769 (diff) | |
download | mtk-20170518-b13e981d72c14ba4c39f85f0d24a8f7947a1b2c4.zip mtk-20170518-b13e981d72c14ba4c39f85f0d24a8f7947a1b2c4.tar.gz mtk-20170518-b13e981d72c14ba4c39f85f0d24a8f7947a1b2c4.tar.bz2 |
tools/mkimage: update to version 2018.03
This activates support for fit images and some other new mkimage
features. Some of the patches were applied upstream and could be
removed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/mkimage/patches/050-image_h_portability.patch')
-rw-r--r-- | tools/mkimage/patches/050-image_h_portability.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/patches/050-image_h_portability.patch b/tools/mkimage/patches/050-image_h_portability.patch index b3ad273..dabab39 100644 --- a/tools/mkimage/patches/050-image_h_portability.patch +++ b/tools/mkimage/patches/050-image_h_portability.patch @@ -8,7 +8,7 @@ /* Define this to avoid #ifdefs later on */ struct lmb; -@@ -258,13 +257,13 @@ struct lmb; +@@ -308,13 +307,13 @@ enum { * all data in network byte order (aka natural aka bigendian). */ typedef struct image_header { |