summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-06-10 11:43:30 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2016-07-22 09:40:23 +0100
commit8397a7a0842517d882557b04e0dcd2f682342cd2 (patch)
tree82ea1ef6d16bd84e237ad085df32cf0c0c28f02b /framework
parent6e673bba0a510d64d8a013f7e50780bd43684ebb (diff)
Move plat_common.c out of AArch64 folder
The functions implemented in plat_common.c can be easily reused between architectures with minor modification. Hence this patch moves the file out of the `aarch64` to its parent directory. The corresponding makefiles are also modified. Change-Id: Ia77129f14497f3a5801735bf753afc5c6a6f77e3
Diffstat (limited to 'framework')
-rw-r--r--framework/framework.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/framework.mk b/framework/framework.mk
index 6103621..5aade18 100644
--- a/framework/framework.mk
+++ b/framework/framework.mk
@@ -75,9 +75,9 @@ FRAMEWORK_SOURCES := ${AUTOGEN_DIR}/tests_list.c \
lib/utils/uuid.c \
lib/xlat_tables/aarch64/xlat_tables.c \
lib/xlat_tables/xlat_tables_common.c \
- plat/common/aarch64/plat_common.c \
plat/common/aarch64/platform_helpers.S \
plat/common/aarch64/platform_mp_stack.S \
+ plat/common/plat_common.c \
plat/common/plat_state_id.c \
plat/common/plat_topology.c \
plat/common/tftf_nvm_accessors.c