From 8855e52ec5ba8764280ad6d9a2681f5df2930d23 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 21 Jan 2019 11:53:29 +0000 Subject: SPM: Rename SPM_DEPRECATED flag to SPM_MM The SPM implementation based on MM is going to be kept for the foreseeable future. Change-Id: I11e96778a4f52a1aa803e7e048d9a7cb24a53954 Signed-off-by: Antonio Nino Diaz Acked-by: Sumit Garg --- make_helpers/defaults.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make_helpers') diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk index a55e729b8..8ef1bb9f8 100644 --- a/make_helpers/defaults.mk +++ b/make_helpers/defaults.mk @@ -1,5 +1,5 @@ # -# Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. +# Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # @@ -162,8 +162,8 @@ SPD := none # For including the Secure Partition Manager ENABLE_SPM := 0 -# Use the deprecated SPM based on MM -SPM_DEPRECATED := 1 +# Use the SPM based on MM +SPM_MM := 1 # Flag to introduce an infinite loop in BL1 just before it exits into the next # image. This is meant to help debugging the post-BL2 phase. -- cgit v1.2.3