]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
ti: k3: common: Enable A72 erratum 1319367
authorNishanth Menon <nm@ti.com>
Thu, 10 Dec 2020 22:57:35 +0000 (16:57 -0600)
committerNishanth Menon <nm@ti.com>
Wed, 23 Dec 2020 12:33:39 +0000 (06:33 -0600)
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

plat/ti/k3/common/plat_common.mk

index 662c71dfaac41c34d9eec91b273225ced606b9a7..05c00499399df2300ef879b7c0f7259878f4cfc9 100644 (file)
@@ -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