summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-04-28 03:19:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-04-28 03:19:56 +0200
commit0b258a746dcaee5e2662c057d19cdb28bb9c1b3a (patch)
treef8c50d4c929e51b710a14237e1b11f08aebb4007
parent02fd75949963882672f5e9bed4d5da8c341e2735 (diff)
qemu-mips: use vmlinuz kernel
-rw-r--r--target/mips/systems/qemu-mips4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/mips/systems/qemu-mips b/target/mips/systems/qemu-mips
index d28eeab5f..898d6959d 100644
--- a/target/mips/systems/qemu-mips
+++ b/target/mips/systems/qemu-mips
@@ -1,9 +1,7 @@
config ADK_TARGET_SYSTEM_QEMU_MIPS
bool "Qemu Emulator"
select ADK_TARGET_QEMU
- select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_LINUX_KERNEL_VERSION_4_4
- select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_LINUX_KERNEL_VERSION_4_3
- select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_LINUX_KERNEL_VERSION_4_1
+ select ADK_TARGET_KERNEL_VMLINUZ
select ADK_TARGET_KERNEL_WITH_COMPRESSION
help
Qemu support for MIPS architecture.