summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-06-28 12:53:00 (GMT)
committerStefano Babic <sbabic@denx.de>2013-06-28 14:59:08 (GMT)
commitd6c6d127c5b948ec381fad5b24a2bc5497720644 (patch)
tree54b85fa489fbc978fc9dbb5d8268d00e52f3c087 /include
parentca21f61e2858c3fb51b97f231da2d90cc9c22cff (diff)
downloadu-boot-d6c6d127c5b948ec381fad5b24a2bc5497720644.tar.xz
vf610twr: Remove SoC name from U-Boot prompt
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Tested-by: Andy Voltz <andy.voltz@timesys.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/vf610twr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h
index af772ca..5012fc8 100644
--- a/include/configs/vf610twr.h
+++ b/include/configs/vf610twr.h
@@ -177,7 +177,7 @@
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
-#define CONFIG_SYS_PROMPT "Vybrid U-Boot > "
+#define CONFIG_SYS_PROMPT "=> "
#undef CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE \