diff options
author | Mark Dykes <mardyk01@review.trustedfirmware.org> | 2020-04-02 21:54:17 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-04-02 21:54:17 +0000 |
commit | cb2e35b58a1bc370f80d54ce107c858bc60ab612 (patch) | |
tree | ededdf887aae124ec7ac01ad725130d30d5dcf36 /include | |
parent | 3142f6dfd619597d1c0151d724f1ae11c4a878ad (diff) | |
parent | 1dc1756946a6e4ae1081c92fef935d07096f23e0 (diff) | |
download | platform_external_arm-trusted-firmware-cb2e35b58a1bc370f80d54ce107c858bc60ab612.tar.gz platform_external_arm-trusted-firmware-cb2e35b58a1bc370f80d54ce107c858bc60ab612.tar.bz2 platform_external_arm-trusted-firmware-cb2e35b58a1bc370f80d54ce107c858bc60ab612.zip |
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')
-rw-r--r-- | include/lib/cpus/aarch64/cpu_macros.S | 4 |
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 c83824d77..92891ce38 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. |