From ddbc816c35cd5968d95695ac824715eb70962d2f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Mar 2019 06:23:40 -0700 Subject: [PATCH] freedom-u540.conf: set console to ttySIF0 Signed-off-by: Khem Raj --- conf/machine/freedom-u540.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/freedom-u540.conf b/conf/machine/freedom-u540.conf index 18a3264..5979b80 100644 --- a/conf/machine/freedom-u540.conf +++ b/conf/machine/freedom-u540.conf @@ -25,7 +25,7 @@ RISCV_SBI_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin" # Use this to add Microsemi Expansion board support # RISCV_SBI_FDT ?= "HiFiveUnleashed-MicroSemi-Expansion.dtb" -SERIAL_CONSOLE = "115200 console" +SERIAL_CONSOLES = "115200;ttySIF0" MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"