summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r--meta/conf/machine/qemux86-64.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 2330c7d86e..fd1f4142e9 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -12,6 +12,8 @@ DEFAULTTUNE ?= "core2-64"
12require conf/machine/include/tune-core2.inc 12require conf/machine/include/tune-core2.inc
13require conf/machine/include/qemuboot-x86.inc 13require conf/machine/include/qemuboot-x86.inc
14 14
15UBOOT_MACHINE ?= "qemu-x86_64_defconfig"
16
15KERNEL_IMAGETYPE = "bzImage" 17KERNEL_IMAGETYPE = "bzImage"
16 18
17SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" 19SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"