summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-24 00:23:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-24 00:24:32 +0200
commit07d73ebe33e5c3edf1ae2974d02931401c740588 (patch)
tree5a473092b100c4a5d79dee8f3d0f4b90a06f774e /target/config
parenta039013174a6bb6a35ac06ec031d54fa9ca973f5 (diff)
fix disk boot for qemu-system-aarch64
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.qemuopts4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index da389101b..55ea6bcbb 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -29,7 +29,7 @@ endchoice
choice
prompt "Qemu Emulation with storage device"
-depends on ADK_TARGET_QEMU && !ADK_TARGET_SYSTEM_QEMU_XTENSA
+depends on ADK_TARGET_QEMU && !ADK_TARGET_SYSTEM_QEMU_XTENSA && !ADK_TARGET_SYSTEM_QEMU_AARCH64
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_ARCHIVE
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_SQUASHFS
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_JFFS2
@@ -110,6 +110,4 @@ config ADK_TARGET_QEMU_WITH_AUDIO
boolean "enabled"
endchoice
-
-
endmenu