From 73f45ba4a942662fa2b32b81d51a9d8c02851630 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz <antonio.ninodiaz@arm.com> Date: Thu, 18 Oct 2018 14:02:39 +0100 Subject: [PATCH] fvp: Increase stack size when SPM is enabled Change-Id: Iec265dc85d44f35048d1fbcfbe55960d45570027 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com> --- plat/arm/board/fvp/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/arm/board/fvp/include/platform_def.h b/plat/arm/board/fvp/include/platform_def.h index 58b68abf9..31c5fdfbf 100644 --- a/plat/arm/board/fvp/include/platform_def.h +++ b/plat/arm/board/fvp/include/platform_def.h @@ -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 -- GitLab