mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 21:44:15 +00:00
plat: marvell: a8k: remove wrong or unnecessary comments
Change-Id: Id702c070c433f8439faad115830e71b2873ab70a Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
This commit is contained in:
parent
38a7e6cdbd
commit
5c7c40f77b
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue