diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-04 19:46:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-04 19:46:46 +0100 |
commit | f0f87355288711456ee2478178b23576e883658e (patch) | |
tree | 49265e5c6bd7629481bdc6f00cb2f06006208fdc /target | |
parent | e59e22391a311997a35cfc8cc2ddd4bd002789be (diff) |
prefer MIPS32r2
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.mips | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.mips b/target/config/Config.in.mips index 7fb09ec3c..814784ba5 100644 --- a/target/config/Config.in.mips +++ b/target/config/Config.in.mips @@ -5,12 +5,12 @@ choice ADK_TARGET_MIPS_CPU_ARCH prompt "ISA configuration" depends on ADK_TARGET_ARCH_MIPS -config ADK_CPU_MIPS_MIPS32 - bool "MIPS32" - select ADK_CPU_MIPS32 - config ADK_CPU_MIPS_MIPS32R2 bool "MIPS32r2" select ADK_CPU_MIPS32R2 +config ADK_CPU_MIPS_MIPS32 + bool "MIPS32" + select ADK_CPU_MIPS32 + endchoice |