summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-03-26 15:23:18 +0300
committerKostya Porotchkin <kostap@marvell.com>2018-04-15 17:57:13 +0300
commit0bf583c906367401644fc9dd2baed49d85af56b1 (patch)
tree58b933113721ffdd9966f6698d346b02dbc1b7c3
parent576511e82c540d2813f4fd983eca6c9217956653 (diff)
plat: marvell: Enable CA72 Errata 859971 handling
Enable handling of CA72 Errata 859971 on A8K platform. Change-Id: I7fade6519c630c2f3840ac7c3f1fc5b7416eba05 Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/52579 Tested-by: iSoC Platform CI <ykjenk@marvell.com>
-rw-r--r--plat/marvell/a8k/common/a8k_common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/marvell/a8k/common/a8k_common.mk b/plat/marvell/a8k/common/a8k_common.mk
index e6af61a3..7afbe0f7 100644
--- a/plat/marvell/a8k/common/a8k_common.mk
+++ b/plat/marvell/a8k/common/a8k_common.mk
@@ -39,6 +39,8 @@ MARVELL_COMMON_BASE := plat/marvell/common
CALL_DOIMAGE := y
+ERRATA_A72_859971 := 1
+
# This define specifies DDR type for BLE
$(eval $(call add_define,CONFIG_DDR4))