summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-06-28 09:53:00 -0300
committerStefano Babic <sbabic@denx.de>2013-06-28 16:59:08 +0200
commitd6c6d127c5b948ec381fad5b24a2bc5497720644 (patch)
tree54b85fa489fbc978fc9dbb5d8268d00e52f3c087
parentca21f61e2858c3fb51b97f231da2d90cc9c22cff (diff)
downloadtalos-obmc-uboot-d6c6d127c5b948ec381fad5b24a2bc5497720644.tar.gz
talos-obmc-uboot-d6c6d127c5b948ec381fad5b24a2bc5497720644.zip
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>
-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 af772cabd4..5012fc8180 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 \
OpenPOWER on IntegriCloud