machine: qemuriscv: Update the serial consoles

Update the serial console settings to be more supportive of running QEMU
ptests.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2019-03-14 11:31:39 -07:00
committed by Khem Raj
parent b9be00d487
commit b7a47b47b5

View File

@@ -9,7 +9,7 @@ KERNEL_IMAGETYPE = "Image"
GDBVERSION = "riscv"
SERIAL_CONSOLES = "115200;ttyS0"
SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
IMAGE_FSTYPES_append = " ext4"