diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-06-28 09:53:00 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-06-28 16:59:08 +0200 |
commit | d6c6d127c5b948ec381fad5b24a2bc5497720644 (patch) | |
tree | 54b85fa489fbc978fc9dbb5d8268d00e52f3c087 /include | |
parent | ca21f61e2858c3fb51b97f231da2d90cc9c22cff (diff) | |
download | u-boot-d6c6d127c5b948ec381fad5b24a2bc5497720644.tar.gz u-boot-d6c6d127c5b948ec381fad5b24a2bc5497720644.tar.bz2 u-boot-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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/vf610twr.h | 2 |
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 \ |