diff options
-rw-r--r-- | include/plat/arm/board/common/board_arm_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/board/common/board_arm_def.h b/include/plat/arm/board/common/board_arm_def.h index 5e1d680c..c3ae5643 100644 --- a/include/plat/arm/board/common/board_arm_def.h +++ b/include/plat/arm/board/common/board_arm_def.h @@ -28,7 +28,7 @@ # define PLATFORM_STACK_SIZE 0x400 # endif #elif defined(IMAGE_BL2U) -# define PLATFORM_STACK_SIZE 0x200 +# define PLATFORM_STACK_SIZE 0x400 #elif defined(IMAGE_BL31) #if ENABLE_SPM # define PLATFORM_STACK_SIZE 0x500 |