mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2024-11-26 11:24:15 +08:00
feat(qemu): increase size of bl31
Increase BL31 size to have room to spare for debugging with EL3 SPMC. Change-Id: I6e260a284ed2aa5d515b45be90ee2cdeded9c6a9 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This commit is contained in:
parent
eee52dac2c
commit
78a91582b0
@ -150,7 +150,7 @@
|
||||
* Put BL3-1 at the top of the Trusted SRAM. BL31_BASE is calculated using the
|
||||
* current BL3-1 debug size plus a little space for growth.
|
||||
*/
|
||||
#define BL31_BASE (BL31_LIMIT - 0x60000)
|
||||
#define BL31_BASE (BL31_LIMIT - 0x70000)
|
||||
#define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE - FW_HANDOFF_SIZE)
|
||||
#define BL31_PROGBITS_LIMIT BL1_RW_BASE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user