mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 09:04:17 +00:00
fix(synquacer): increase size of BL33
Increase the max possible size of BL33 from 1MB to 2MB. For example, edk2 is usually bigger than 1MB Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Change-Id: Idd4762e25e623de145c65f31cf2dfe1fee466a74
This commit is contained in:
parent
cdbea24097
commit
a12a66d0d6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
|
||||
/* Alternative BL33 */
|
||||
#define PLAT_SQ_BL33_BASE 0xe0000000
|
||||
#define PLAT_SQ_BL33_SIZE 0x00100000
|
||||
#define PLAT_SQ_BL33_SIZE 0x00200000
|
||||
|
||||
/* FWU FIP IO base */
|
||||
#define PLAT_SQ_FIP_IOBASE 0x08600000
|
||||
|
|
Loading…
Add table
Reference in a new issue