diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:37:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:37:27 +0200 |
commit | 7236e468162b3af51c0acecad10fbef1838c06ad (patch) | |
tree | 9c8027cf769aaa7ef7f0a6330b34d7666238b920 /target/mips/sys-available/qemu-mips | |
parent | a691abc857458de0023f5e532feee866af0218ed (diff) | |
parent | 309f13ab6858e1c1639814e210a6c86380ca717b (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/sys-available/qemu-mips')
-rw-r--r-- | target/mips/sys-available/qemu-mips | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/target/mips/sys-available/qemu-mips b/target/mips/sys-available/qemu-mips index c7f642dfa..d3ea99011 100644 --- a/target/mips/sys-available/qemu-mips +++ b/target/mips/sys-available/qemu-mips @@ -1,18 +1,10 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS - bool "Qemu Emulator (big endian)" + bool "Qemu Emulator (mips32 big endian)" select ADK_mips select ADK_big select ADK_qemu_mips - select ADK_KERNEL_MIPS_MALTA - select ADK_KERNEL_CPU_BIG_ENDIAN - select ADK_KERNEL_PAGE_SIZE_4KB select ADK_HARDWARE_QEMU - select ADK_TARGET_WITH_VGA - select ADK_TARGET_WITH_INPUT - select ADK_TARGET_WITH_PCI - select ADK_TARGET_WITH_HDD select ADK_TARGET_KERNEL_VMLINUZ - select ADK_USE_KERNEL_MINICONFIG help - Qemu support for mips big endian architecture. + Qemu support for mips32 big endian architecture. |