From 208aad0a158a808ddb249d8f0a1bea13cbd9dffa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Szaknis?= Date: Mon, 21 Jun 2021 15:56:13 +0200 Subject: [PATCH] Replace the deprecated flag with new one. Change-Id: Ie381d76c361f7a487b6957207d48c08ea7c68727 --- examples/ta/ta2/src/ta.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/ta/ta2/src/ta.c b/examples/ta/ta2/src/ta.c index aaaf876..11200a6 100644 --- a/examples/ta/ta2/src/ta.c +++ b/examples/ta/ta2/src/ta.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 - 2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2017 - 2021 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -54,11 +54,7 @@ static TEE_Result save(uint32_t num) TEE_DATA_FLAG_ACCESS_READ | TEE_DATA_FLAG_ACCESS_WRITE | TEE_DATA_FLAG_ACCESS_WRITE_META | -#if defined(TEF_BUILD_SIMULATOR) - TEE_DATA_FLAG_EXCLUSIVE, -#else TEE_DATA_FLAG_OVERWRITE, -#endif TEE_HANDLE_NULL, 0, 0, &obj); -- 2.34.1