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 --- services/std_svc/std_svc_setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services') diff --git a/services/std_svc/std_svc_setup.c b/services/std_svc/std_svc_setup.c index 7a34655f..1d80fa34 100644 --- a/services/std_svc/std_svc_setup.c +++ b/services/std_svc/std_svc_setup.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -103,7 +103,7 @@ static uintptr_t std_svc_smc_handler(uint32_t smc_fid, SMC_RET1(handle, ret); } -#if ENABLE_SPM && SPM_DEPRECATED +#if ENABLE_SPM && SPM_MM /* * Dispatch SPM calls to SPM SMC handler and return its return * value -- cgit v1.2.3