tools/mkimage: update to 2023.10
[openwrt/staging/wigyori.git] / tools / mkimage / patches / 100-increase-tmpfile-name-length-limit.patch
diff --git a/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch b/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch
deleted file mode 100644 (file)
index aae8935..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tools/mkimage.h
-+++ b/tools/mkimage.h
-@@ -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
-+#define MKIMAGE_MAX_TMPFILE_LEN               1024
- #define MKIMAGE_DEFAULT_DTC_OPTIONS   "-I dts -O dtb -p 500"
- #define MKIMAGE_MAX_DTC_CMDLINE_LEN   2 * MKIMAGE_MAX_TMPFILE_LEN + 35