summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-29 04:21:17 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-29 04:21:17 -0500
commita5e2ceaeee82615ff7403671541d7c221674a732 (patch)
tree26a49097f82cafd3245cb1925778bfbe527047c4 /target/x86
parenta0f7ca4f59735d1cc8f040aeb68d44b5e64e0b5e (diff)
use fixed CPU type for Qemu-X86 emulation for now
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/systems/qemu-x861
1 files changed, 1 insertions, 0 deletions
diff --git a/target/x86/systems/qemu-x86 b/target/x86/systems/qemu-x86
index 48a71aa1d..47168a084 100644
--- a/target/x86/systems/qemu-x86
+++ b/target/x86/systems/qemu-x86
@@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_X86
bool "Qemu Emulator"
select ADK_x86
select ADK_qemu_x86
+ select ADK_CPU_I686
select ADK_TARGET_QEMU
select ADK_TARGET_KERNEL_BZIMAGE
help