summaryrefslogtreecommitdiff
path: root/bl31
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-01-21 11:52:57 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-01-22 09:21:07 +0000
commitc26bd4270e9402fc45f830fda548c97b5115de26 (patch)
treeb1a04586c772b3390fec705e97d2f708296250fe /bl31
parent8855e52ec5ba8764280ad6d9a2681f5df2930d23 (diff)
SPM: Rename folder of SPM based on MM
This implementation is no longer deprecated. Change-Id: I68552d0fd5ba9f08fad4345e4657e8e3c5362a36 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'bl31')
-rw-r--r--bl31/bl31.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl31/bl31.mk b/bl31/bl31.mk
index e6a7d188..89f5896a 100644
--- a/bl31/bl31.mk
+++ b/bl31/bl31.mk
@@ -12,8 +12,8 @@ ifeq (${ENABLE_SPM},1)
ifeq (${EL3_EXCEPTION_HANDLING},0)
$(error EL3_EXCEPTION_HANDLING must be 1 for SPM support)
endif
- $(info Including deprecated SPM makefile)
- include services/std_svc/spm_deprecated/spm.mk
+ $(info Including makefile of SPM based on MM)
+ include services/std_svc/spm_mm/spm.mk
else
$(info Including SPM makefile)
include services/std_svc/spm/spm.mk