mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
fvp: Increase stack size when SPM is enabled
Change-Id: Iec265dc85d44f35048d1fbcfbe55960d45570027 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
74203d268e
commit
73f45ba4a9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
# define PLATFORM_STACK_SIZE UL(0x400)
|
||||
#elif defined(IMAGE_BL31)
|
||||
# if ENABLE_SPM
|
||||
# define PLATFORM_STACK_SIZE UL(0x500)
|
||||
# define PLATFORM_STACK_SIZE UL(0x600)
|
||||
# elif PLAT_XLAT_TABLES_DYNAMIC
|
||||
# define PLATFORM_STACK_SIZE UL(0x800)
|
||||
# else
|
||||
|
|
Loading…
Add table
Reference in a new issue