From 47393722783c4cc636244388dccd9987ecf97fa9 Mon Sep 17 00:00:00 2001 From: Sudeep Holla Date: Tue, 11 Jun 2024 19:17:18 +0100 Subject: [PATCH] fix(fvp): update the memory size allocated to optee at EL1 Update the memory size allocated to optee at EL1 to 0xd80000 to match the size specified by mem-size in optee manifest. Change-Id: I6826a56d0f68a6a2b5181f849a741a9bf1f0829b Signed-off-by: Sudeep Holla --- plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts index 8a3a5ee58..234ab587e 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts @@ -35,7 +35,7 @@ debug_name = "op-tee"; load_address = <0x6280000>; vcpu_count = <8>; - mem_size = <1048576>; + mem_size = <0xd80000>; }; };