diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-02 16:34:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-02 16:34:24 +0000 |
commit | 3b7d90da21f5efd2fd406aa2a5197c2c6df33ec0 (patch) | |
tree | 6cfd0c9514945703ce351b7a6719acc97d4f050b /extra | |
parent | c0a95906eb6795d7be3e6c8d1c1d60cbc698a146 (diff) |
Default to SH4
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index fcca7de5b..3a39b0ed7 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -33,7 +33,7 @@ config HAVE_DOT_HIDDEN choice prompt "Target Processor Type" - default CONFIG_GENERIC_ARM + default CONFIG_SH4 help This is the processor type of your CPU. This information is used for optimizing purposes, as well as to determine if your CPU has an MMU, |