100-increase-nor-bl3-size.patch 324 B

1234567891011
  1. --- a/plat/mediatek/mt7622/bl2_boot_nor.c
  2. +++ b/plat/mediatek/mt7622/bl2_boot_nor.c
  3. @@ -12,7 +12,7 @@
  4. #define MT7622_NOR_MAP_BASE 0x30000000
  5. #define FIP_BASE 0x20000
  6. -#define FIP_SIZE 0x80000
  7. +#define FIP_SIZE 0xa0000
  8. const io_block_spec_t mtk_boot_dev_fip_spec = {
  9. .offset = MT7622_NOR_MAP_BASE + FIP_BASE,