mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-07 14:52:04 +08:00

Remove upstreamed patches: - 020-tools-mtk_image-split-gfh-header-verification-into-a.patch - 021-tools-mtk_image-split-the-code-of-generating-NAND-he.patch - 022-tools-mtk_image-add-support-for-nand-headers-used-by.patch Refreshed manually: - 030-allow-to-use-different-magic.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
12 lines
422 B
Diff
12 lines
422 B
Diff
--- 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
|
|
|