summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJerome Forissier <jerome@forissier.org>2020-12-07 17:10:28 +0100
committerJérôme Forissier <jerome@forissier.org>2020-12-10 14:55:58 +0100
commitfac28898c46058b0c6eb59db4df975568e2b158d (patch)
tree8019995767da754763de51a0f525adeaaac656bb /lib
parent376db81e5e675506d9fc0baafc834ed902c861ba (diff)
libutee: user_ta_header.h: remove unused property strings
user_ta_header.h defines a few macros with property names that are not used anywhere and are not part of any specification. Remove them. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libutee/include/user_ta_header.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libutee/include/user_ta_header.h b/lib/libutee/include/user_ta_header.h
index aa061b31..3f48529d 100644
--- a/lib/libutee/include/user_ta_header.h
+++ b/lib/libutee/include/user_ta_header.h
@@ -115,9 +115,6 @@ extern struct __elf_phdr_info __elf_phdr_info;
#define TA_PROP_STR_STACK_SIZE "gpd.ta.stackSize"
#define TA_PROP_STR_VERSION "gpd.ta.version"
#define TA_PROP_STR_DESCRIPTION "gpd.ta.description"
-#define TA_PROP_STR_UNSAFE_PARAM "op-tee.unsafe_param"
-#define TA_PROP_STR_REMAP "op-tee.remap"
-#define TA_PROP_STR_CACHE_SYNC "op-tee.cache_sync"
enum user_ta_prop_type {
USER_TA_PROP_TYPE_BOOL, /* bool */