aboutsummaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authorMark Dykes <mardyk01@review.trustedfirmware.org>2020-04-02 21:54:17 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-04-02 21:54:17 +0000
commitcb2e35b58a1bc370f80d54ce107c858bc60ab612 (patch)
treeededdf887aae124ec7ac01ad725130d30d5dcf36 /include/lib
parent3142f6dfd619597d1c0151d724f1ae11c4a878ad (diff)
parent1dc1756946a6e4ae1081c92fef935d07096f23e0 (diff)
downloadtrusted-firmware-a-cb2e35b58a1bc370f80d54ce107c858bc60ab612.tar.gz
Merge changes from topic "macro-cleanup" into integration
* changes: plat: remove redundant =1 from -D option Pass more -D options to BL*_CPPFLAGS instead of BL*_CFLAGS
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/cpus/aarch64/cpu_macros.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/lib/cpus/aarch64/cpu_macros.S b/include/lib/cpus/aarch64/cpu_macros.S
index c83824d771..92891ce38b 100644
--- a/include/lib/cpus/aarch64/cpu_macros.S
+++ b/include/lib/cpus/aarch64/cpu_macros.S
@@ -25,10 +25,6 @@
/* Word size for 64-bit CPUs */
#define CPU_WORD_SIZE 8
-#if defined(IMAGE_BL1) || defined(IMAGE_BL31) ||(defined(IMAGE_BL2) && BL2_AT_EL3)
-#define IMAGE_AT_EL3
-#endif
-
/*
* Whether errata status needs reporting. Errata status is printed in debug
* builds for both BL1 and BL31 images.