mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
machine/qemuarm*: Fix UBOOT_MACHINE value
(From OE-Core rev: e212473e698bee64fd710948c59392398d0c9a58) Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eb77788769
commit
a56aad137b
@@ -7,7 +7,7 @@ require conf/machine/include/qemu.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
|
||||
UBOOT_MACHINE ?= "qemu:arm_defconfig"
|
||||
UBOOT_MACHINE ?= "qemu_arm_defconfig"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
|
||||
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
||||
|
||||
@@ -7,7 +7,7 @@ require conf/machine/include/qemu.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
|
||||
UBOOT_MACHINE ?= "qemu:arm64_defconfig"
|
||||
UBOOT_MACHINE ?= "qemu_arm64_defconfig"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
|
||||
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
||||
|
||||
Reference in New Issue
Block a user