]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: visionfive2: add a trailing space to prompt
authorChanho Park <chanho61.park@samsung.com>
Fri, 14 Jul 2023 09:41:08 +0000 (18:41 +0900)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 24 Jul 2023 05:22:02 +0000 (13:22 +0800)
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>
configs/starfive_visionfive2_defconfig

index 570a1f53a19b2c061828bb7373b7f21899eecb9e..75b727472da4c045d9dbebcbab6e6e2394681fc7 100644 (file)
@@ -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