From 7ec31b8021120437a7951a9944546e58170c87c5 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Fri, 16 Nov 2018 14:58:39 +0100 Subject: 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 --- include/runtime_services/smccc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3