summaryrefslogtreecommitdiff
path: root/lib/cpus
diff options
context:
space:
mode:
authorDouglas Raillard <douglas.raillard@arm.com>2017-02-15 17:38:43 +0000
committerDouglas Raillard <douglas.raillard@arm.com>2017-02-23 16:15:05 +0000
commit3fbe46d73fa2f0bf4eb6afbe70547c50ee7736ad (patch)
treee3ab807fbdb622fe39ce0a93b69ebb973df7c1ab /lib/cpus
parent93f398205a8ebd2c1cef780251a0d24576ab1b28 (diff)
Clarify errata ERRATA_A53_836870 documentation
The errata is enabled by default on r0p4, which is confusing given that we state we do not enable errata by default. This patch clarifies this sentence by saying it is enabled in hardware by default. Change-Id: I70a062d93e1da2416d5f6d5776a77a659da737aa Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
Diffstat (limited to 'lib/cpus')
-rw-r--r--lib/cpus/cpu-ops.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpus/cpu-ops.mk b/lib/cpus/cpu-ops.mk
index 0659bff9..4de30af2 100644
--- a/lib/cpus/cpu-ops.mk
+++ b/lib/cpus/cpu-ops.mk
@@ -63,7 +63,7 @@ ERRATA_A53_826319 ?=0
# Flag to apply erratum 836870 workaround during reset. This erratum applies
# only to revision <= r0p3 of the Cortex A53 cpu. From r0p4 and onwards, this
-# erratum workaround is enabled by default.
+# erratum workaround is enabled by default in hardware.
ERRATA_A53_836870 ?=0
# Flag to apply erratum 806969 workaround during reset. This erratum applies