aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjohpow01 <john.powell@arm.com>2020-11-12 14:15:41 -0600
committerjohpow01 <john.powell@arm.com>2020-11-12 14:15:41 -0600
commit9bbc03a6e0608a949d66d9da6db12a455b452bfb (patch)
tree69276cc17139c197a1943ea0270b2cf40103d66f /include
parent95ed9a9e0dd32710ed6845a24478bbe1bb9fd91a (diff)
downloadtrusted-firmware-a-9bbc03a6e0608a949d66d9da6db12a455b452bfb.tar.gz
Revert workaround for A77 erratum 1800714
This errata workaround did not work as intended and was revised in subsequent SDEN releases so we are reverting this change. This is the patch being reverted: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/4686 Signed-off-by: John Powell <john.powell@arm.com> Change-Id: I8554c75d7217331c7effd781b5f7f49b781bbebe
Diffstat (limited to 'include')
-rw-r--r--include/lib/cpus/aarch64/cortex_a77.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lib/cpus/aarch64/cortex_a77.h b/include/lib/cpus/aarch64/cortex_a77.h
index ed84c0f4a1..0a42a5d77e 100644
--- a/include/lib/cpus/aarch64/cortex_a77.h
+++ b/include/lib/cpus/aarch64/cortex_a77.h
@@ -17,7 +17,6 @@
******************************************************************************/
#define CORTEX_A77_CPUECTLR_EL1 S3_0_C15_C1_4
#define CORTEX_A77_CPUECTLR_EL1_BIT_8 (ULL(1) << 8)
-#define CORTEX_A77_CPUECTLR_EL1_BIT_53 (ULL(1) << 53)
/*******************************************************************************
* CPU Power Control register specific definitions.