summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChanghuang Liang <changhuang.liang@starfivetech.com>2023-03-14 09:13:03 +0300
committerChanghuang Liang <changhuang.liang@starfivetech.com>2023-03-17 13:16:23 +0300
commitcff9fb30c72a490537ca8c77a3b4f35a2607d329 (patch)
treed5370c74e86c83a5ac2ea02fb0c820fc63275e4f /configs
parent4dd49f9bdc9eeb524671087c06de8a871f19e0f4 (diff)
downloadu-boot-cff9fb30c72a490537ca8c77a3b4f35a2607d329.tar.xz
configs: starfive_visionfive_defconfig: Enable console to tty1
Enable console to tty1. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/starfive_evb_defconfig2
-rw-r--r--configs/starfive_visionfive_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/starfive_evb_defconfig b/configs/starfive_evb_defconfig
index f6e2467022..f1bc580bb7 100644
--- a/configs/starfive_evb_defconfig
+++ b/configs/starfive_evb_defconfig
@@ -25,7 +25,7 @@ CONFIG_QSPI_BOOT=y
CONFIG_SD_BOOT=y
CONFIG_SPI_BOOT=y
CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 debug rootwait earlycon=sbi "
+CONFIG_BOOTARGS="console=tty1 console=ttyS0,115200 debug rootwait earlycon=sbi "
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="fatload mmc 0:3 $kernel_addr_r jh7110_uEnv.txt; env import -t $kernel_addr_r $filesize;run boot2"
CONFIG_USE_PREBOOT=y
diff --git a/configs/starfive_visionfive_defconfig b/configs/starfive_visionfive_defconfig
index d424efb049..94a190cbb5 100644
--- a/configs/starfive_visionfive_defconfig
+++ b/configs/starfive_visionfive_defconfig
@@ -21,7 +21,7 @@ CONFIG_QSPI_BOOT=y
CONFIG_SD_BOOT=y
CONFIG_SPI_BOOT=y
CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 debug rootwait earlycon=sbi"
+CONFIG_BOOTARGS="console=tty1 console=ttyS0,115200 debug rootwait earlycon=sbi"
CONFIG_USE_BOOTCOMMAND=y
CONFIG_LOG_MAX_LEVEL=4
CONFIG_SPL_LOG=y