From 0709055ed66330fe7709c77d2dfbcb87f0c94272 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Wed, 30 Jan 2019 16:01:49 +0000 Subject: Remove support for the SMC Calling Convention 2.0 This reverts commit 2f370465241c ("Add support for the SMC Calling Convention 2.0"). SMCCC v2.0 is no longer required for SPM, and won't be needed in the future. Removing it makes the SMC handling code less complicated. The SPM implementation based on SPCI and SPRT was using it, but it has been adapted to SMCCC v1.0. Change-Id: I36795b91857b2b9c00437cfbfed04b3c1627f578 Signed-off-by: Antonio Nino Diaz --- make_helpers/defaults.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'make_helpers') diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk index 8ef1bb9f..c1aa3205 100644 --- a/make_helpers/defaults.mk +++ b/make_helpers/defaults.mk @@ -153,9 +153,6 @@ SEPARATE_CODE_AND_RODATA := 0 # cores stack RECLAIM_INIT_CODE := 0 -# Default to SMCCC Version 1.X -SMCCC_MAJOR_VERSION := 1 - # SPD choice SPD := none -- cgit v1.2.3