aboutsummaryrefslogtreecommitdiff
path: root/plat/ti
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2020-12-10 16:49:42 -0600
committerNishanth Menon <nm@ti.com>2020-12-23 06:33:39 -0600
commitc3e23332b45577671ceb3a08b46de8f2cd4de82a (patch)
tree52132aa24413ba31cfad9c64d8a7bb870ffd592a /plat/ti
parent74ac817a6100422d404e544334bebf5dea51ed9e (diff)
downloadtrusted-firmware-a-c3e23332b45577671ceb3a08b46de8f2cd4de82a.tar.gz
ti: k3: common: Enable A53 erratum 1530924
The CatB erratum ARM_ERRATA_A53_1530924 applies to all TI A53 platforms as well. See the following for further information: https://developer.arm.com/documentation/epm048406/2100 Signed-off-by: Nishanth Menon <nm@ti.com> Change-Id: Ic095424ce510139e060b38cfb84509d2cc573cad
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 c00262bcff..662c71dfaa 100644
--- a/plat/ti/k3/common/plat_common.mk
+++ b/plat/ti/k3/common/plat_common.mk
@@ -21,6 +21,7 @@ ERRATA_A53_835769 := 1
ERRATA_A53_836870 := 1
ERRATA_A53_843419 := 1
ERRATA_A53_855873 := 1
+ERRATA_A53_1530924 := 1
# A72 Erratum for SoC
ERRATA_A72_859971 := 1