SPM: Rename files for consistency

Rename files prefixed by sp_ to spm_.

Change-Id: Ie3016a4c4ac5987fe6fdd734c6b470c60954e23d
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
Antonio Nino Diaz 2018-11-15 08:57:18 +00:00
parent 83a5d51279
commit 2ada829df1
6 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@ include lib/sprt/sprt_host.mk
SPM_SOURCES := $(addprefix services/std_svc/spm/, \
${ARCH}/spm_helpers.S \
${ARCH}/spm_shim_exceptions.S \
sp_setup.c \
sp_xlat.c \
spci.c \
spm_buffers.c \
spm_main.c \
spm_setup.c \
spm_xlat.c \
sprt.c) \
${SPRT_LIB_SOURCES}

View File

@ -15,8 +15,8 @@ SPM_SOURCES := $(addprefix services/std_svc/spm_deprecated/, \
${ARCH}/spm_helpers.S \
${ARCH}/spm_shim_exceptions.S \
spm_main.c \
sp_setup.c \
sp_xlat.c)
spm_setup.c \
spm_xlat.c)
# Let the top-level Makefile know that we intend to include a BL32 image