tools/mkimage: update to 2023.10
Update to latest version.
Remove "100-increase-tmpfile-name-length-limit.patch" because project
is now using limits.h with PATH_MAX [0].
Automatically refreshed:
- 030-allow-to-use-different-magic.patch
[0] - 99d430f344
Signed-off-by: Nick Hainke <vincent@systemli.org>
			
			
This commit is contained in:
		@@ -50,7 +50,7 @@ This patch makes it possible to set a custom image magic.
 | 
			
		||||
 			break;
 | 
			
		||||
--- a/tools/default_image.c
 | 
			
		||||
+++ b/tools/default_image.c
 | 
			
		||||
@@ -63,7 +63,7 @@ static int image_verify_header(unsigned
 | 
			
		||||
@@ -68,7 +68,7 @@ static int image_verify_header(unsigned
 | 
			
		||||
 	 */
 | 
			
		||||
 	memcpy(hdr, ptr, sizeof(struct legacy_img_hdr));
 | 
			
		||||
 
 | 
			
		||||
@@ -59,7 +59,7 @@ This patch makes it possible to set a custom image magic.
 | 
			
		||||
 		debug("%s: Bad Magic Number: \"%s\" is no valid image\n",
 | 
			
		||||
 		      params->cmdname, params->imagefile);
 | 
			
		||||
 		return -FDT_ERR_BADMAGIC;
 | 
			
		||||
@@ -142,7 +142,7 @@ static void image_set_header(void *ptr,
 | 
			
		||||
@@ -147,7 +147,7 @@ static void image_set_header(void *ptr,
 | 
			
		||||
 	}
 | 
			
		||||
 
 | 
			
		||||
 	/* Build new header */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user