From 9532dca1a680654edbc776cdd0e5ae6fee6328ad Mon Sep 17 00:00:00 2001 From: Bence Balogh Date: Mon, 8 Jul 2024 13:54:59 +0200 Subject: [PATCH] arm-bsp/optee:corstone1000: Update optee to v4.2 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 Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"