diff options
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/systems/qemu-x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86_64/systems/qemu-x86_64 b/target/x86_64/systems/qemu-x86_64 index 1c96e03d5..0d132fc9c 100644 --- a/target/x86_64/systems/qemu-x86_64 +++ b/target/x86_64/systems/qemu-x86_64 @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_QEMU_X86_64 bool "Qemu Emulator" - select ADK_CPU_X86_64 + select ADK_CPU_NOCONA select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_BZIMAGE help |