diff options
-rw-r--r-- | meta/conf/machine/qemumips.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemumips64.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf index 4617c3c7b6..1373e4cba0 100644 --- a/meta/conf/machine/qemumips.conf +++ b/meta/conf/machine/qemumips.conf | |||
@@ -9,6 +9,8 @@ require conf/machine/include/qemuboot-mips.inc | |||
9 | KERNEL_IMAGETYPE = "vmlinux" | 9 | KERNEL_IMAGETYPE = "vmlinux" |
10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | 10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" |
11 | 11 | ||
12 | UBOOT_MACHINE ?= "qemu_mips_defconfig" | ||
13 | |||
12 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" | 14 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" |
13 | 15 | ||
14 | QB_SYSTEM_NAME = "qemu-system-mips" | 16 | QB_SYSTEM_NAME = "qemu-system-mips" |
diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf index 6d5174665f..1e77486491 100644 --- a/meta/conf/machine/qemumips64.conf +++ b/meta/conf/machine/qemumips64.conf | |||
@@ -11,6 +11,8 @@ QB_CPU = "-cpu MIPS64R2-generic" | |||
11 | KERNEL_IMAGETYPE = "vmlinux" | 11 | KERNEL_IMAGETYPE = "vmlinux" |
12 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | 12 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" |
13 | 13 | ||
14 | UBOOT_MACHINE ?= "qemu_mips64_defconfig" | ||
15 | |||
14 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" | 16 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" |
15 | 17 | ||
16 | QB_SYSTEM_NAME = "qemu-system-mips64" | 18 | QB_SYSTEM_NAME = "qemu-system-mips64" |