mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
[MIPS] Fix Bonito bootup message.
Even when enabling Bonito IOBC coherence the kernel would actually claim it was disabling it. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
2ea5814472
commit
177b2927e2
@ -159,7 +159,7 @@ void __init plat_mem_setup(void)
|
|||||||
BONITO_PCIMEMBASECFG |=
|
BONITO_PCIMEMBASECFG |=
|
||||||
(BONITO_PCIMEMBASECFG_MEMBASE0_CACHED |
|
(BONITO_PCIMEMBASECFG_MEMBASE0_CACHED |
|
||||||
BONITO_PCIMEMBASECFG_MEMBASE1_CACHED);
|
BONITO_PCIMEMBASECFG_MEMBASE1_CACHED);
|
||||||
printk("Disabled Bonito IOBC coherency\n");
|
printk("Enabled Bonito IOBC coherency\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user