diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-05-02 13:32:15 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2005-05-02 13:32:15 +0000 |
commit | 0188418ec38c91a2bbe45dfa895bec3a23f5ddbb (patch) | |
tree | a943b26da195aabbc5fb7ca80f00120f039966ab /extra | |
parent | d750e4b263ced6c132b15b8ed7452d563bffa7e5 (diff) |
SH-4 has nommu variants, whereas SH-3 does not.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 9309bb6db..8dd54209e 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -62,7 +62,6 @@ config CONFIG_SH3 bool "SH3" config CONFIG_SH4 - select ARCH_HAS_MMU select FORCE_SHAREABLE_TEXT_SEGMENTS bool "SH4" |