ucode: update to Git HEAD (2023-11-07)
[openwrt/staging/jow.git] / tools / mkimage / patches / 100-increase-tmpfile-name-length-limit.patch
index d375f40f61ced2ca5da25ad6afe1f02c3c26e243..aae89356012f07fdbd55fc1e6c124f2b5ba0c928 100644 (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