From: Arunachalam Ganapathy Date: Tue, 17 Nov 2020 14:56:39 +0000 (+0000) Subject: plat: arm: Increase SP max size X-Git-Tag: baikal/aarch64/sdk5.9~1059^2~4 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=f66827c0a1c9b94ecc2b402dfaa2e80e0df29c8d;p=arm-tf.git plat: arm: Increase SP max size Increase SP max size for latest OP-TEE build with debug and stats enabled. Signed-off-by: Arunachalam Ganapathy Change-Id: I4593884e0deb39ada10009f6876d815136f8ee65 --- diff --git a/include/plat/arm/common/fconf_arm_sp_getter.h b/include/plat/arm/common/fconf_arm_sp_getter.h index c6315bee2..aa628dfd3 100644 --- a/include/plat/arm/common/fconf_arm_sp_getter.h +++ b/include/plat/arm/common/fconf_arm_sp_getter.h @@ -13,7 +13,7 @@ /* arm_sp getter */ #define arm__sp_getter(prop) arm_sp.prop -#define ARM_SP_MAX_SIZE U(0x80000) +#define ARM_SP_MAX_SIZE U(0xb0000) #define ARM_SP_OWNER_NAME_LEN U(8) struct arm_sp_t {