From edcc07b3bde830e5cc60fcee42ba4926d2003d24 Mon Sep 17 00:00:00 2001 From: Hanna Hawa Date: Mon, 5 Mar 2018 16:53:57 +0200 Subject: ap810: pd: bl1: no need to run MCI WA for palladium run Change-Id: Id9d5570812c089df2ea6353148586d93c1998ca5 Signed-off-by: Hanna Hawa Reviewed-on: http://vgitil04.il.marvell.com:8080/51347 Tested-by: iSoC Platform CI Reviewed-by: Kostya Porotchkin --- plat/marvell/a8k-p/common/plat_bl1_setup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plat') 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(); -- cgit