mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
conf/machine: set UBOOT_MACHINE for qemumips and qemumips64
These machines support booting U-Boot, so set the machine appropriately. (From OE-Core rev: b812fad85aed6cb9e433c689f3b14425488dfc68) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a8558cbf7d
commit
d41805aa5e
|
|
@ -9,6 +9,8 @@ require conf/machine/include/qemuboot-mips.inc
|
|||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
||||
|
||||
UBOOT_MACHINE ?= "qemu_mips_defconfig"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
||||
|
||||
QB_SYSTEM_NAME = "qemu-system-mips"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ QB_CPU = "-cpu MIPS64R2-generic"
|
|||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
||||
|
||||
UBOOT_MACHINE ?= "qemu_mips64_defconfig"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
||||
|
||||
QB_SYSTEM_NAME = "qemu-system-mips64"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user