summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2023-03-17 13:28:01 +0300
committerandy.hu <andy.hu@starfivetech.com>2023-03-17 13:28:01 +0300
commit0f9bab35b0e3b445e2d322707b9659d7537d7e8c (patch)
treed5370c74e86c83a5ac2ea02fb0c820fc63275e4f
parent4dd49f9bdc9eeb524671087c06de8a871f19e0f4 (diff)
parentcff9fb30c72a490537ca8c77a3b4f35a2607d329 (diff)
downloadu-boot-0f9bab35b0e3b445e2d322707b9659d7537d7e8c.tar.xz
Merge branch 'CR_3499_vout_console_515_changhuang.liang' into 'jh7110-master'
CR_3499_vout_console_515_changhuang.liang configs: starfive_visionfive_defconfig: Enable console to tty1 See merge request sdk/u-boot!44
-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