summaryrefslogtreecommitdiffstats
path: root/arch/riscv
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-04-11 09:14:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-04-11 13:43:19 +0200
commit74890ee1e05f2ffb04da6d5145fe20b7e3254bdc (patch)
treecd3d0878d2e1a6dd37e30ec3befd88435e98fdb0 /arch/riscv
parentc6400f87c4d133c27e8199ffeaff75f23b11f3e7 (diff)
downloadbarebox-74890ee1e05f2ffb04da6d5145fe20b7e3254bdc.tar.gz
barebox-74890ee1e05f2ffb04da6d5145fe20b7e3254bdc.tar.xz
RISC-V: configs: rv64i_defconfig: disable SBI serial
On Virt64, enabling SBI serial leads to doubled output, because both OpenSBI and barebox use the same serial for output and all consoles are enabled by default. Given that SBI PUTCHAR is no longer part of newer SBI specs, we can just disable the sbi console driver in the defconfig to work around this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230411071436.1630752-9-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/configs/rv64i_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/configs/rv64i_defconfig b/arch/riscv/configs/rv64i_defconfig
index 2c5bfd2df1..53c367c5e4 100644
--- a/arch/riscv/configs/rv64i_defconfig
+++ b/arch/riscv/configs/rv64i_defconfig
@@ -97,7 +97,6 @@ CONFIG_NET_FASTBOOT=y
CONFIG_OF_BAREBOX_DRIVERS=y
CONFIG_OF_BAREBOX_ENV_IN_FS=y
CONFIG_DRIVER_SERIAL_NS16550=y
-CONFIG_SERIAL_SBI=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_SERIAL_SIFIVE=y
CONFIG_DRIVER_NET_MACB=y