Commit 2ada829d authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

SPM: Rename files for consistency



Rename files prefixed by sp_ to spm_.

Change-Id: Ie3016a4c4ac5987fe6fdd734c6b470c60954e23d
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent 83a5d512
...@@ -16,11 +16,11 @@ include lib/sprt/sprt_host.mk ...@@ -16,11 +16,11 @@ include lib/sprt/sprt_host.mk
SPM_SOURCES := $(addprefix services/std_svc/spm/, \ SPM_SOURCES := $(addprefix services/std_svc/spm/, \
${ARCH}/spm_helpers.S \ ${ARCH}/spm_helpers.S \
${ARCH}/spm_shim_exceptions.S \ ${ARCH}/spm_shim_exceptions.S \
sp_setup.c \
sp_xlat.c \
spci.c \ spci.c \
spm_buffers.c \ spm_buffers.c \
spm_main.c \ spm_main.c \
spm_setup.c \
spm_xlat.c \
sprt.c) \ sprt.c) \
${SPRT_LIB_SOURCES} ${SPRT_LIB_SOURCES}
......
...@@ -15,8 +15,8 @@ SPM_SOURCES := $(addprefix services/std_svc/spm_deprecated/, \ ...@@ -15,8 +15,8 @@ SPM_SOURCES := $(addprefix services/std_svc/spm_deprecated/, \
${ARCH}/spm_helpers.S \ ${ARCH}/spm_helpers.S \
${ARCH}/spm_shim_exceptions.S \ ${ARCH}/spm_shim_exceptions.S \
spm_main.c \ spm_main.c \
sp_setup.c \ spm_setup.c \
sp_xlat.c) spm_xlat.c)
# Let the top-level Makefile know that we intend to include a BL32 image # Let the top-level Makefile know that we intend to include a BL32 image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment