summaryrefslogtreecommitdiff
path: root/bl1
diff options
context:
space:
mode:
authordp-arm <dimitris.papastamos@arm.com>2017-03-07 11:02:47 +0000
committerdp-arm <dimitris.papastamos@arm.com>2017-03-20 14:58:25 +0000
commit75311203d8a4f8d543dae3399cfb1f33cfbef059 (patch)
treeb9071d1c6659c2827c4d3bedaa1b346d317889b8 /bl1
parent3944adca5943a050ca7e7e9cc802a9ae04dec186 (diff)
Move plat/common source file definitions to generic Makefiles
These source file definitions should be defined in generic Makefiles so that all platforms can benefit. Ensure that the symbols are properly marked as weak so they can be overridden by platforms. NOTE: This change is a potential compatibility break for non-upstream platforms. Change-Id: I7b892efa9f2d6d216931360dc6c436e1d10cffed Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
Diffstat (limited to 'bl1')
-rw-r--r--bl1/bl1.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl1/bl1.mk b/bl1/bl1.mk
index 45ad01eb..3f3bedb3 100644
--- a/bl1/bl1.mk
+++ b/bl1/bl1.mk
@@ -36,8 +36,8 @@ BL1_SOURCES += bl1/bl1_main.c \
lib/cpus/${ARCH}/cpu_helpers.S \
lib/cpus/errata_report.c \
lib/el3_runtime/${ARCH}/context_mgmt.c \
- plat/common/plat_bl1_common.c
-
+ plat/common/plat_bl1_common.c \
+ plat/common/${ARCH}/platform_up_stack.S
ifeq (${ARCH},aarch64)
BL1_SOURCES += lib/el3_runtime/aarch64/context.S