Skip to content
Snippets Groups Projects
Commit 177b2927 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Fix Bonito bootup message.


Even when enabling Bonito IOBC coherence the kernel would actually claim
it was disabling it.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 2ea58144
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ void __init plat_mem_setup(void) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment