summarylogtreecommitdiffstats
path: root/mtkimage-gpt-expand.patch
blob: 62c9293c373ab62f0dc5bfde56c979d3111d0c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -NarU 6 a/tools/mtk_image.h b/tools/mtk_image.h
--- a/tools/mtk_image.h	2021-06-10 20:32:04.156559289 +0200
+++ b/tools/mtk_image.h	2021-06-10 20:32:36.964722097 +0200
@@ -16,13 +16,13 @@
 	struct {
 		char name[12];
 		uint32_t version;
 		uint32_t size;
 	};
 
-	uint8_t pad[0x200];
+	uint8_t pad[34*512];
 };
 
 #define EMMC_BOOT_NAME		"EMMC_BOOT"
 #define SF_BOOT_NAME		"SF_BOOT"
 #define SDMMC_BOOT_NAME		"SDMMC_BOOT"