qemuriscv64.conf: Add ttyS0 instead of ttyHTIF0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-03-09 12:08:14 -08:00
parent d964c6450f
commit 1408c1525e

View File

@@ -13,7 +13,7 @@ PREFERRED_VERSION_qemu-native = "riscv"
PREFERRED_VERSION_nativesdk-qemu = "riscv"
GDBVERSION = "riscv"
SERIAL_CONSOLE = "38400 ttyHTIF0"
SERIAL_CONSOLE = "38400 ttyS0"
USE_VT ?= "0"
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"