diff options
author | danh-arm <dan.handley@arm.com> | 2017-02-28 12:07:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-28 12:07:32 +0000 |
commit | c1a29754e16e066ed68849e8af3201b4568d0cb2 (patch) | |
tree | 47e95fd2c2538948dde7524fbd391b4da6ccee35 /docs/cpu-specific-build-macros.md | |
parent | 5e810a85b1a29a074252564584d836012b1ac486 (diff) | |
parent | 3fbe46d73fa2f0bf4eb6afbe70547c50ee7736ad (diff) |
Merge pull request #848 from douglas-raillard-arm/dr/improve_errata_doc
Clarify errata ERRATA_A53_836870 documentation
Diffstat (limited to 'docs/cpu-specific-build-macros.md')
-rw-r--r-- | docs/cpu-specific-build-macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpu-specific-build-macros.md b/docs/cpu-specific-build-macros.md index a743487f..bd7d4ed3 100644 --- a/docs/cpu-specific-build-macros.md +++ b/docs/cpu-specific-build-macros.md @@ -58,7 +58,7 @@ For Cortex-A53, following errata build flags are defined : * `ERRATA_A53_836870`: This applies errata 836870 workaround to Cortex-A53 CPU. This needs to be enabled only for revision <= r0p3 of the CPU. From - r0p4 and onwards, this errata is enabled by default. + r0p4 and onwards, this errata is enabled by default in hardware. For Cortex-A57, following errata build flags are defined : |