diff mbox series

[1/2] arm-bsp/optee:corstone1000: Update optee to v4.2

Message ID 20240708115500.660234-2-bence.balogh@arm.com
State New
Headers show
Series Update OP-TEE OS to v4.2 for Corstone-1000 | expand

Commit Message

bence.balogh@arm.com July 8, 2024, 11:54 a.m. UTC
From: Bence Balogh <bence.balogh@arm.com>

Update the preferred version of OP-TEE OS for Cortsone-1000 from
4.1.x to 4.2.x to benefit from the latest fixes and improvements.

Signed-off-by: Bence Balogh <bence.balogh@arm.com>
---
 meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc
index c78cc061..dedea7c2 100644
--- a/meta-arm-bsp/conf/machine/include/corstone1000.inc
+++ b/meta-arm-bsp/conf/machine/include/corstone1000.inc
@@ -14,7 +14,7 @@  TFA_BL2_BINARY = "bl2-corstone1000.bin"
 TFA_FIP_BINARY = "fip-corstone1000.bin"
 
 # optee
-PREFERRED_VERSION_optee-os ?= "4.1.%"
+PREFERRED_VERSION_optee-os ?= "4.2.%"
 
 # Trusted Services
 TS_PLATFORM = "arm/corstone1000"