aboutsummaryrefslogtreecommitdiff
path: root/bl31
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2019-02-11 09:58:53 +0000
committerGitHub <noreply@github.com>2019-02-11 09:58:53 +0000
commit873e394b3bf93214a441f9f98237b58fbbea55aa (patch)
tree9502a299d22c782c284d604a5fada651c2680c91 /bl31
parent9beee98acc6af787b4e56a2b34a6545b0c36f829 (diff)
parent70b0f2789e93f253bec5cbd2986d0de023c1bdf4 (diff)
downloadtrusted-firmware-a-873e394b3bf93214a441f9f98237b58fbbea55aa.tar.gz
Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp
Make setjmp/longjmp compliant with the C standard and move them to libc
Diffstat (limited to 'bl31')
-rw-r--r--bl31/bl31.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/bl31/bl31.mk b/bl31/bl31.mk
index 89f5896ac0..c9ba926c59 100644
--- a/bl31/bl31.mk
+++ b/bl31/bl31.mk
@@ -31,7 +31,6 @@ BL31_SOURCES += bl31/bl31_main.c \
bl31/aarch64/runtime_exceptions.S \
bl31/bl31_context_mgmt.c \
common/runtime_svc.c \
- lib/aarch64/setjmp.S \
lib/cpus/aarch64/dsu_helpers.S \
plat/common/aarch64/platform_mp_stack.S \
services/arm_arch_svc/arm_arch_svc_setup.c \