aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/arm-trusted-firmware-mediatek/patches/100-increase-nor-bl3-size.patch
blob: 8de3cd77f6aaae3ff8349bf51e729e81d40df7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/plat/mediatek/mt7622/bl2_boot_nor.c
+++ b/plat/mediatek/mt7622/bl2_boot_nor.c
@@ -12,7 +12,7 @@
 #define MT7622_NOR_MAP_BASE		0x30000000
 
 #define FIP_BASE			0x20000
-#define FIP_SIZE			0x80000
+#define FIP_SIZE			0xa0000
 
 const io_block_spec_t mtk_boot_dev_fip_spec = {
 	.offset	= MT7622_NOR_MAP_BASE + FIP_BASE,