summaryrefslogtreecommitdiff
path: root/plat/ti
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2020-12-10 16:57:35 -0600
committerNishanth Menon <nm@ti.com>2020-12-23 06:33:39 -0600
commit60fba7c8e8152013a06162cd11c1257b38d049bf (patch)
tree59dc3e6c4bdd1c9d186111365f657a4636684136 /plat/ti
parentc3e23332b45577671ceb3a08b46de8f2cd4de82a (diff)
downloadarm-trusted-firmware-60fba7c8e8152013a06162cd11c1257b38d049bf.tar.gz
ti: k3: common: Enable A72 erratum 1319367
The CatB erratum ARM_ERRATA_A72_1319367 applies to all TI A72 platforms as well. See the following for further information: https://developer.arm.com/documentation/epm012079/11/ Signed-off-by: Nishanth Menon <nm@ti.com> Change-Id: I80c6262b9cdadcb12f6dfd5a21272989ba257719
Diffstat (limited to 'plat/ti')
-rw-r--r--plat/ti/k3/common/plat_common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/ti/k3/common/plat_common.mk b/plat/ti/k3/common/plat_common.mk
index 662c71dfa..05c004993 100644
--- a/plat/ti/k3/common/plat_common.mk
+++ b/plat/ti/k3/common/plat_common.mk
@@ -25,6 +25,7 @@ ERRATA_A53_1530924 := 1
# A72 Erratum for SoC
ERRATA_A72_859971 := 1
+ERRATA_A72_1319367 := 1
CRASH_REPORTING := 1
HANDLE_EA_EL3_FIRST := 1