commit | b4251f10ed0d679a8c5acf483df5d536b1c06e19 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Thu Dec 10 16:57:35 2020 -0600 |
committer | Nishanth Menon <nm@ti.com> | Wed Dec 23 06:33:39 2020 -0600 |
tree | 59dc3e6c4bdd1c9d186111365f657a4636684136 | |
parent | 3a285f053a59a1171bfd7864cb54c6cf7e33f9ec [diff] |
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
diff --git a/plat/ti/k3/common/plat_common.mk b/plat/ti/k3/common/plat_common.mk index 662c71d..05c0049 100644 --- a/plat/ti/k3/common/plat_common.mk +++ b/plat/ti/k3/common/plat_common.mk
@@ -25,6 +25,7 @@ # A72 Erratum for SoC ERRATA_A72_859971 := 1 +ERRATA_A72_1319367 := 1 CRASH_REPORTING := 1 HANDLE_EA_EL3_FIRST := 1