aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2019-03-15 11:16:22 +0000
committerGitHub <noreply@github.com>2019-03-15 11:16:22 +0000
commitaccabf404d9b5c69b8efdd50ed6d9f66e202c29d (patch)
treea7a3cc4397ba4d1d600f30dd61fd4d3ae628ed15
parentd7cf435bedf9133312d2edc9389e1e9a65d3ccc9 (diff)
parent01aa5247f0c1ea1663650ff91287d98fcdee5a93 (diff)
downloadplatform_external_arm-trusted-firmware-accabf404d9b5c69b8efdd50ed6d9f66e202c29d.tar.gz
platform_external_arm-trusted-firmware-accabf404d9b5c69b8efdd50ed6d9f66e202c29d.tar.bz2
platform_external_arm-trusted-firmware-accabf404d9b5c69b8efdd50ed6d9f66e202c29d.zip
Merge pull request #1891 from soby-mathew/sm/increase_fvp_stack
fvp: Increase the size of the stack for FVP
-rw-r--r--plat/arm/board/fvp/include/platform_def.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plat/arm/board/fvp/include/platform_def.h b/plat/arm/board/fvp/include/platform_def.h
index 780e6fcbf..6856a286f 100644
--- a/plat/arm/board/fvp/include/platform_def.h
+++ b/plat/arm/board/fvp/include/platform_def.h
@@ -146,13 +146,7 @@
#elif defined(IMAGE_BL2U)
# define PLATFORM_STACK_SIZE UL(0x400)
#elif defined(IMAGE_BL31)
-# if ENABLE_SPM
-# define PLATFORM_STACK_SIZE UL(0x600)
-# elif PLAT_XLAT_TABLES_DYNAMIC
# define PLATFORM_STACK_SIZE UL(0x800)
-# else
-# define PLATFORM_STACK_SIZE UL(0x400)
-# endif
#elif defined(IMAGE_BL32)
# define PLATFORM_STACK_SIZE UL(0x440)
#endif