summaryrefslogtreecommitdiff
path: root/target/mips/sys-available/qemu-mips64el
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:33:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:33:51 +0100
commit07f56ae74b26588e501c7e895f3355d4177e81d8 (patch)
treeadd188b35e9542522c5343bbad9617336a6c15be /target/mips/sys-available/qemu-mips64el
parent7f853c20b539d4b71e6d0ef53fcc16d7b9c00976 (diff)
fix parallel using of different mips abi
Diffstat (limited to 'target/mips/sys-available/qemu-mips64el')
-rw-r--r--target/mips/sys-available/qemu-mips64el5
1 files changed, 1 insertions, 4 deletions
diff --git a/target/mips/sys-available/qemu-mips64el b/target/mips/sys-available/qemu-mips64el
index 34d44c054..14b548632 100644
--- a/target/mips/sys-available/qemu-mips64el
+++ b/target/mips/sys-available/qemu-mips64el
@@ -4,12 +4,9 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS64EL
select ADK_little
select ADK_qemu_mips64el
select ADK_CPU_MIPS64
- select ADK_TARGET_KERNEL64
+ select ADK_LINUX_64
select ADK_HARDWARE_QEMU
- select ADK_TARGET_WITH_VGA
- select ADK_TARGET_WITH_INPUT
select ADK_TARGET_KERNEL_VMLINUZ
select ADK_USE_KERNEL_MINICONFIG
help
Qemu support for mips64 little endian architecture.
-