plat: marvell: a8k: remove wrong or unnecessary comments

Change-Id: Id702c070c433f8439faad115830e71b2873ab70a
Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
This commit is contained in:
Grzegorz Jaszczyk 2019-02-06 15:58:42 +01:00 committed by Marcin Wojtas
parent 38a7e6cdbd
commit 5c7c40f77b
1 changed files with 0 additions and 3 deletions

View File

@ -116,18 +116,15 @@ void bl31_plat_arch_setup(void)
marvell_bl31_plat_arch_setup();
for (cp = 0; cp < CP_COUNT; cp++) {
/* configure cp110 for CP0*/
if (cp >= 1) {
mci_initialize(MVEBU_MCI0);
update_cp110_default_win(cp);
}
/* initialize MCI & CP1 */
cp110_init(MVEBU_CP_REGS_BASE(cp),
STREAM_ID_BASE + (cp * MAX_STREAM_ID_PER_CP));
/* Should be called only after setting IOB windows */
marvell_bl31_mpp_init(cp);
}