From b7a47b47b5412c6ecce011e2c8055ffa32d580dc Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 14 Mar 2019 11:31:39 -0700 Subject: [PATCH] machine: qemuriscv: Update the serial consoles Update the serial console settings to be more supportive of running QEMU ptests. Signed-off-by: Alistair Francis --- conf/machine/include/qemuriscv.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/qemuriscv.inc b/conf/machine/include/qemuriscv.inc index cd46c64..181dded 100644 --- a/conf/machine/include/qemuriscv.inc +++ b/conf/machine/include/qemuriscv.inc @@ -9,7 +9,7 @@ KERNEL_IMAGETYPE = "Image" GDBVERSION = "riscv" -SERIAL_CONSOLES = "115200;ttyS0" +SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" IMAGE_FSTYPES_append = " ext4"