diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-08-05 14:06:22 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-08-11 17:11:54 +0200 |
commit | fa9895ee5bae9fa91b18b7a8e06bc63374b0a2a0 (patch) | |
tree | 125adc441528b1c2b1f24032490a6c837a118e6f /tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch | |
parent | 87e09b692bd8537abbb1c691cec8c642594a9141 (diff) | |
download | upstream-fa9895ee5bae9fa91b18b7a8e06bc63374b0a2a0.tar.gz upstream-fa9895ee5bae9fa91b18b7a8e06bc63374b0a2a0.tar.bz2 upstream-fa9895ee5bae9fa91b18b7a8e06bc63374b0a2a0.zip |
tools: mkimage: update to U-Boot release 2022.07
Removed patch 090-macos-arm64-builing-fix.patch as an equivalent
solution was applied upstream:
3b142045e8 Support building on macOS/arm64
To not add new host dependencies (libuuid, gnuTLS) don't build the
anyway unused mkeficapsule tool which would otherwise now be built
by default.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch')
-rw-r--r-- | tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch b/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch index d375f40f61..aae8935601 100644 --- a/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch +++ b/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch @@ -1,7 +1,7 @@ --- a/tools/mkimage.h +++ b/tools/mkimage.h -@@ -42,7 +42,7 @@ static inline ulong map_to_sysmem(void * - } +@@ -44,7 +44,7 @@ static inline ulong map_to_sysmem(void * + #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) type name[size] #define MKIMAGE_TMPFILE_SUFFIX ".tmp" -#define MKIMAGE_MAX_TMPFILE_LEN 256 |