1From 4e495cff6016583a9af14a62a16c2f7988fd9c68 Mon Sep 17 00:00:00 2001
2From: Jens Wiklander <jens.wiklander@linaro.org>
3Date: Wed, 30 Nov 2022 09:00:30 +0100
4Subject: [PATCH] Enable compatibility with TEE Internal Core API v1.1
5
6The test suite is testing TEE Internal Core API v1.1 so make sure that
7the API provided is compatible by setting
8CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y.
9
10Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
11---
12 TTAs_Internal_API_1_1_1/ta_common.mk | 2 ++
13 1 file changed, 2 insertions(+)
14
15diff --git a/TTAs_Internal_API_1_1_1/ta_common.mk b/TTAs_Internal_API_1_1_1/ta_common.mk
16index b8ce142bcf0a..0f8cc7d01314 100644
17--- a/TTAs_Internal_API_1_1_1/ta_common.mk
18+++ b/TTAs_Internal_API_1_1_1/ta_common.mk
19@@ -1,3 +1,5 @@
20+# These TAs are made for TEE Internal Core API version 1.1
21+CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
22 # Note that it is important that that $(BINARY) is set before we include
23 # ta_dev_kit.mk. In the optee_test this is done in the individual TA Makefiles.
24 include $(TA_DEV_KIT_DIR)/mk/ta_dev_kit.mk
25--
262.31.1
27
28