Browse Source

freedom-u540.conf: set console to ttySIF0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 5 years ago
parent
commit
ddbc816c35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/machine/freedom-u540.conf

+ 1 - 1
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"