aboutsummaryrefslogtreecommitdiff
path: root/run-qemu
diff options
context:
space:
mode:
Diffstat (limited to 'run-qemu')
-rwxr-xr-xrun-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-qemu b/run-qemu
index 13cf9cf..9c76006 100755
--- a/run-qemu
+++ b/run-qemu
@@ -5,7 +5,7 @@ if test -n "$CONSOLE" ; then
fi
case "$QEMU_ARCH" in
- arm) cpuoption="-M virt -cpu cortex-a15" ;;
+ arm) cpuoption="-machine virt,highmem=off -cpu cortex-a15" ;;
aarch64) cpuoption="-M virt -cpu cortex-a57" ;;
x86_64) cpuoption="-M pc -cpu qemu64"
esac