Commit 50f63f25 authored by Paul Mundt's avatar Paul Mundt

sh: Only support PMB for SH-X cores.

We don't have a PMB for SH-X2 or later, so only enable it for
the few CPUs that support it. Fixes up the boot for SH4AL-DSP.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent d619500a
...@@ -263,7 +263,7 @@ config MEMORY_SIZE ...@@ -263,7 +263,7 @@ config MEMORY_SIZE
config 32BIT config 32BIT
bool "Support 32-bit physical addressing through PMB" bool "Support 32-bit physical addressing through PMB"
depends on CPU_SH4A && MMU && (!X2TLB || BROKEN) depends on MMU && (CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
default y default y
help help
If you say Y here, physical addressing will be extended to If you say Y here, physical addressing will be extended to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment