aboutsummaryrefslogtreecommitdiff
path: root/bl1
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-08-13 13:02:16 +0100
committerGitHub <noreply@github.com>2018-08-13 13:02:16 +0100
commit3ba929571517347a12e027c629703ced0db0b255 (patch)
tree8ad3df2f8ae19402b88c8e0a19c9b2e555072752 /bl1
parent0983b8b149e1c53c9378d26fa76aec43d95359d5 (diff)
parent1eb735d75366526c0fdc1acee6a1a78ef6617975 (diff)
downloadtrusted-firmware-a-3ba929571517347a12e027c629703ced0db0b255.tar.gz
Merge pull request #1510 from robertovargas-arm/romlib
Add support for moving libraries to ROM
Diffstat (limited to 'bl1')
-rw-r--r--bl1/bl1.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/bl1/bl1.mk b/bl1/bl1.mk
index 41ee1a7367..9a46a3483d 100644
--- a/bl1/bl1.mk
+++ b/bl1/bl1.mk
@@ -14,9 +14,7 @@ BL1_SOURCES += bl1/bl1_main.c \
lib/el3_runtime/${ARCH}/context_mgmt.c \
plat/common/plat_bl1_common.c \
plat/common/${ARCH}/platform_up_stack.S \
- ${MBEDTLS_COMMON_SOURCES} \
- ${MBEDTLS_CRYPTO_SOURCES} \
- ${MBEDTLS_X509_SOURCES}
+ ${MBEDTLS_SOURCES}
ifeq (${ARCH},aarch64)
BL1_SOURCES += lib/el3_runtime/aarch64/context.S