aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch
diff options
context:
space:
mode:
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.patch4
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