summaryrefslogtreecommitdiff
path: root/bl1
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2021-10-06 23:55:26 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-10-06 23:55:26 +0200
commit330669de94bace7431ed70416211241754d5d0b0 (patch)
tree54088b3b0ad91afc862377e51e3bc5f139aecc30 /bl1
parent3c0df4cb494bc3ee491292d55d14eaa2b06d9576 (diff)
parent4796c6ca89c4d5665f744ecaba3637f7ebb5b29c (diff)
downloadarm-trusted-firmware-330669de94bace7431ed70416211241754d5d0b0.tar.gz
Merge "refactor(fvp_r): tidy up platform port [1]" into integration
Diffstat (limited to 'bl1')
-rw-r--r--bl1/bl1.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/bl1/bl1.mk b/bl1/bl1.mk
index 8f44151da..9f63fd50f 100644
--- a/bl1/bl1.mk
+++ b/bl1/bl1.mk
@@ -4,14 +4,12 @@
# SPDX-License-Identifier: BSD-3-Clause
#
-ifneq (${PLAT},fvp_r)
BL1_SOURCES += bl1/${ARCH}/bl1_arch_setup.c \
bl1/${ARCH}/bl1_context_mgmt.c \
bl1/${ARCH}/bl1_entrypoint.S \
bl1/${ARCH}/bl1_exceptions.S \
- bl1/bl1_main.c
-endif
-BL1_SOURCES += lib/cpus/${ARCH}/cpu_helpers.S \
+ 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 \