summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2018-11-16 14:58:39 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2018-11-16 16:46:38 +0100
commit7ec31b8021120437a7951a9944546e58170c87c5 (patch)
treeb22b5af6cf066ac245a1e995e5c7f320442b2208 /include
parent18c2c8d6c7fcb5fcbd3cfa97d33e26ff330e12ba (diff)
Remove SMCCC_MINOR/MAJOR_VERSION macros
The purpose of these macros is unclear - is it tracking the exact SMCCC version expected by the TF-A Tests, or the maximum version, or something else? Besides, they are not used in the source tree so better to remove them as to avoid any confusion. Change-Id: Ieb426dc9c54f19b0907d3221bb5606e03c9e360f Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/runtime_services/smccc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/runtime_services/smccc.h b/include/runtime_services/smccc.h
index c8bc1b9..506a84f 100644
--- a/include/runtime_services/smccc.h
+++ b/include/runtime_services/smccc.h
@@ -19,9 +19,6 @@
| (((uint32_t)(_minor) & SMCCC_VERSION_MINOR_MASK) << \
SMCCC_VERSION_MINOR_SHIFT))
-#define SMCCC_MAJOR_VERSION 1
-#define SMCCC_MINOR_VERSION 1
-
#define SMC_UNKNOWN -1
/* TODO: Import SMCCC 2.0 properly instead of having this */