summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2016-03-31 09:08:56 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2016-03-31 14:03:45 +0100
commitf33fbb2f97bfb74076aa2633f4d00479400a9e3d (patch)
treecc691f5adc708c4cd1c44300d034f88489567af3 /Makefile
parent6b1ca8f35802fddc530e1a5f2be7b82ddbab6917 (diff)
Remove xlat_helpers.c
lib/aarch64/xlat_helpers.c defines helper functions to build translation descriptors, but no common code or upstream platform port uses them. As the rest of the xlat_tables code evolves, there may be conflicts with these helpers, therefore this code should be removed. Change-Id: I9f5be99720f929264818af33db8dada785368711
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d17cfd7..d7a7a36d 100644
--- a/Makefile
+++ b/Makefile
@@ -196,7 +196,6 @@ BL_COMMON_SOURCES += common/bl_common.c \
common/aarch64/debug.S \
lib/aarch64/cache_helpers.S \
lib/aarch64/misc_helpers.S \
- lib/aarch64/xlat_helpers.c \
lib/stdlib/abort.c \
lib/stdlib/assert.c \
lib/stdlib/exit.c \