qemuriscv64.conf: Change the baudrate to 115200

4.16+ does not boot and console hangs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-03-20 14:42:14 -07:00
parent 30477f36f5
commit 6955a6cbd8

View File

@@ -16,7 +16,7 @@ PREFERRED_VERSION_linux-riscv = "4.15%"
GDBVERSION = "riscv"
QEMUVERSION = "riscv"
SERIAL_CONSOLES = "38400;ttyS0 38400;hvc0"
SERIAL_CONSOLES = "115200;ttyS0 115200;hvc0"
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
EXTRA_IMAGEDEPENDS += "riscv-pk"