From 1408c1525ecb7ec1c6006559a01a79067569d024 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 9 Mar 2018 12:08:14 -0800 Subject: [PATCH] qemuriscv64.conf: Add ttyS0 instead of ttyHTIF0 Signed-off-by: Khem Raj --- conf/machine/qemuriscv64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/qemuriscv64.conf b/conf/machine/qemuriscv64.conf index 69c40a2..3d97dc3 100644 --- a/conf/machine/qemuriscv64.conf +++ b/conf/machine/qemuriscv64.conf @@ -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"