summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/qemuarm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index 26f40b1419..367fcef019 100644
--- a/meta/conf/machine/qemuarm.conf
+++ b/meta/conf/machine/qemuarm.conf
@@ -11,7 +11,7 @@ SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
11 11
12# For runqemu 12# For runqemu
13QB_SYSTEM_NAME = "qemu-system-arm" 13QB_SYSTEM_NAME = "qemu-system-arm"
14QB_MACHINE = "-machine virt" 14QB_MACHINE = "-machine virt,highmem=off"
15QB_CPU = "-cpu cortex-a15" 15QB_CPU = "-cpu cortex-a15"
16# Standard Serial console 16# Standard Serial console
17QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0" 17QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0"