aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/armada
diff options
context:
space:
mode:
authorMarek Behún <marek.behun@nic.cz>2021-08-26 17:29:45 +0200
committerMarek Behún <marek.behun@nic.cz>2021-09-08 14:05:43 +0200
commit975563dbfc012b6e8a7765dd8e48220e1bc53dec (patch)
tree9d29ead9a0f05a368fd28422a1fb01489f2069c8 /plat/marvell/armada
parentab0c8151bce67fed39962faf8bea1bf33b1cb141 (diff)
downloadarm-trusted-firmware-975563dbfc012b6e8a7765dd8e48220e1bc53dec.tar.gz
fix(plat/marvell/a3k): enable workaround for erratum 1530924
Erratum 1530924 affects Armada 37xx CPU, since it affects all Cortex-A53 revisions from r0p0 to r0p4. Enable the workaround for this erratum. Signed-off-by: Marek Behún <marek.behun@nic.cz> Change-Id: I753225040e49e956788d5617cd7ce76d5e6ea8e8
Diffstat (limited to 'plat/marvell/armada')
-rw-r--r--plat/marvell/armada/a3k/common/a3700_common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/marvell/armada/a3k/common/a3700_common.mk b/plat/marvell/armada/a3k/common/a3700_common.mk
index 238587d6a..955045221 100644
--- a/plat/marvell/armada/a3k/common/a3700_common.mk
+++ b/plat/marvell/armada/a3k/common/a3700_common.mk
@@ -13,6 +13,7 @@ PLAT_INCLUDE_BASE := $(MARVELL_PLAT_INCLUDE_BASE)/$(PLAT_FAMILY)
PLAT_COMMON_BASE := $(PLAT_FAMILY_BASE)/common
MARVELL_DRV_BASE := drivers/marvell
MARVELL_COMMON_BASE := $(MARVELL_PLAT_BASE)/common
+ERRATA_A53_1530924 := 1
include plat/marvell/marvell.mk