summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2023-07-14 12:41:08 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-07-24 08:22:02 +0300
commit43cefb49345e00e1dc7fed90af0db5e11f2d0bd5 (patch)
treef02f12cfa190d52cc3df30be15775105bbd9e5ca /configs
parent9adf1cf6096a13c11d2ff57f9132a6ad178d177c (diff)
downloadu-boot-43cefb49345e00e1dc7fed90af0db5e11f2d0bd5.tar.xz
configs: visionfive2: add a trailing space to prompt
Adds a trailing space to SYS_PROMPT to make it easier to distinguish between commands and the prompt. Signed-off-by: Chanho Park <chanho61.park@samsung.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/starfive_visionfive2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index 570a1f53a1..75b727472d 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -9,7 +9,7 @@ CONFIG_SF_DEFAULT_SPEED=100000000
CONFIG_SPL_DM_SPI=y
CONFIG_DEFAULT_DEVICE_TREE="jh7110-starfive-visionfive-2"
CONFIG_SPL_TEXT_BASE=0x8000000
-CONFIG_SYS_PROMPT="StarFive #"
+CONFIG_SYS_PROMPT="StarFive # "
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_DM_RESET=y
CONFIG_SPL_MMC=y