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>
This commit is contained in:
Daniel Golle
2022-08-05 14:06:22 +02:00
parent 87e09b692b
commit fa9895ee5b
4 changed files with 23 additions and 34 deletions

View File

@@ -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