summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2018-03-05 16:53:57 +0200
committerKostya Porotchkin <kostap@marvell.com>2018-03-05 18:49:48 +0200
commitedcc07b3bde830e5cc60fcee42ba4926d2003d24 (patch)
tree64b8e03272466cb0a0f3337c5855f992a0926193 /plat
parent9da533b71eeff9a9e4c58f7b88bf421992218cbe (diff)
ap810: pd: bl1: no need to run MCI WA for palladium run
Change-Id: Id9d5570812c089df2ea6353148586d93c1998ca5 Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/51347 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'plat')
-rw-r--r--plat/marvell/a8k-p/common/plat_bl1_setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/marvell/a8k-p/common/plat_bl1_setup.c b/plat/marvell/a8k-p/common/plat_bl1_setup.c
index 3baff797..fd31902a 100644
--- a/plat/marvell/a8k-p/common/plat_bl1_setup.c
+++ b/plat/marvell/a8k-p/common/plat_bl1_setup.c
@@ -415,9 +415,12 @@ void bl1_plat_arch_setup(void)
plat_delay_timer_init();
+ /* No need to run MCI WA for palladium */
+#if !PALLADIUM
/* Re-init MCI connection due bug in Armada-8k-plus */
if (ap810_rev_id_get(MVEBU_AP0) == MVEBU_AP810_REV_ID_A0)
a8kp_mci_wa_initialize();
+#endif
/* Initialize the MCI threshold to improve performance */
a8kp_mci_configure_threshold();