Commit 73f45ba4 authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

fvp: Increase stack size when SPM is enabled



Change-Id: Iec265dc85d44f35048d1fbcfbe55960d45570027
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent 74203d26
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
# define PLATFORM_STACK_SIZE UL(0x400) # define PLATFORM_STACK_SIZE UL(0x400)
#elif defined(IMAGE_BL31) #elif defined(IMAGE_BL31)
# if ENABLE_SPM # if ENABLE_SPM
# define PLATFORM_STACK_SIZE UL(0x500) # define PLATFORM_STACK_SIZE UL(0x600)
# elif PLAT_XLAT_TABLES_DYNAMIC # elif PLAT_XLAT_TABLES_DYNAMIC
# define PLATFORM_STACK_SIZE UL(0x800) # define PLATFORM_STACK_SIZE UL(0x800)
# else # else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment