diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-09 17:20:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-09 17:20:57 +0200 |
commit | 15a4b2f89998fc69f608ed2cb4cd107c7df7d51c (patch) | |
tree | 1fb9a1d7dee23ac0d706adfc0fff8770b0371e26 /target/mips/sys-available/qemu-mipsel | |
parent | 786331bc2437cb9d45fcf10f6fc00de29a7d4833 (diff) |
make bulk fixes
Diffstat (limited to 'target/mips/sys-available/qemu-mipsel')
-rw-r--r-- | target/mips/sys-available/qemu-mipsel | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/mips/sys-available/qemu-mipsel b/target/mips/sys-available/qemu-mipsel index 6193adaa1..6d3054cfd 100644 --- a/target/mips/sys-available/qemu-mipsel +++ b/target/mips/sys-available/qemu-mipsel @@ -1,7 +1,8 @@ config ADK_TARGET_SYSTEM_QEMU_MIPSEL - bool "Qemu Emulator" + bool "Qemu Emulator (little endian)" select ADK_mipsel select ADK_qemu_mipsel + select ADK_little select ADK_KERNEL_MIPS_MALTA select ADK_HARDWARE_QEMU select ADK_TARGET_WITH_VGA |