qemuriscv.inc: use ttyS0 as serial console

Fix /etc/inittab issue seen when running "runqemu nographic serial":

  INIT: Id "AMA0" respawning too fast: disabled for 5 minutes

Signed-off-by: Chin Huat Ang <chinhuat@gmail.com>
This commit is contained in:
Chin Huat Ang
2019-03-25 23:01:37 +08:00
committed by Khem Raj
parent ddbc816c35
commit 014066d318

View File

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