summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-11-07 10:53:14 +0000
committerAndre Przywara <andre.przywara@arm.com>2017-03-20 10:57:50 +0000
commitbaac5dd4cf4a5dbaf692583c47d3439054cbbd5d (patch)
tree8c048546225d0bfa7a48f77dd61f4ea5f9b6f7dc
parent9a770b941ba09fb4772f7bb3d2b1f77e9afee00d (diff)
plat/tegra: Enable Cortex-A53 erratum 855873 workaround
The NVidia Tegra 210 SoC contains Cortex-A53 CPUs which are affected by erratum 855873. Enable the workaround that TF provides to fix this erratum. Change-Id: I6cef4ac60ae745e9ce299ee22c93b9d2c4f6c5f2 Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-rw-r--r--plat/nvidia/tegra/soc/t210/platform_t210.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/nvidia/tegra/soc/t210/platform_t210.mk b/plat/nvidia/tegra/soc/t210/platform_t210.mk
index 822240f7..89468692 100644
--- a/plat/nvidia/tegra/soc/t210/platform_t210.mk
+++ b/plat/nvidia/tegra/soc/t210/platform_t210.mk
@@ -66,3 +66,4 @@ ERRATA_A57_833471 := 1
A53_DISABLE_NON_TEMPORAL_HINT := 1
ERRATA_A53_826319 := 1
ERRATA_A53_836870 := 1
+ERRATA_A53_855873 := 1