diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 2 |
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 |
13 | QB_SYSTEM_NAME = "qemu-system-arm" | 13 | QB_SYSTEM_NAME = "qemu-system-arm" |
14 | QB_MACHINE = "-machine virt" | 14 | QB_MACHINE = "-machine virt,highmem=off" |
15 | QB_CPU = "-cpu cortex-a15" | 15 | QB_CPU = "-cpu cortex-a15" |
16 | # Standard Serial console | 16 | # Standard Serial console |
17 | QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0" | 17 | QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0" |