diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-08 21:58:57 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-08 21:59:15 -0600 |
commit | 671042b2e0a3d8811f5f018d635cc5979486d35f (patch) | |
tree | 9540aa9080fb6986d525e6f1868dce435c08d36b /target/mips/systems | |
parent | 06192043a983061e81b44536b00c89f377a1b129 (diff) |
allow to select MIPSr2 ISA and Soft-Float for MIPS32
Diffstat (limited to 'target/mips/systems')
-rw-r--r-- | target/mips/systems/qemu-mips | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/mips/systems/qemu-mips b/target/mips/systems/qemu-mips index abe82aa9c..2dfc09ca6 100644 --- a/target/mips/systems/qemu-mips +++ b/target/mips/systems/qemu-mips @@ -2,7 +2,6 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS bool "Qemu Emulator" select ADK_mips select ADK_qemu_mips - select ADK_CPU_MIPS32 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_VMLINUZ help |