]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
vf610twr: Remove SoC name from U-Boot prompt
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 28 Jun 2013 12:53:00 +0000 (09:53 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 28 Jun 2013 14:59:08 +0000 (16:59 +0200)
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>
include/configs/vf610twr.h

index af772cabd41eee802a0c20fee107868d61515af2..5012fc81808105b679dc4f8895624c7a00fd24ab 100644 (file)
 #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              \