Skip to content
Snippets Groups Projects
Commit d6c6d127 authored by Otavio Salvador's avatar Otavio Salvador Committed by Stefano Babic
Browse files

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: default avatarOtavio Salvador <otavio@ossystems.com.br>
Tested-by: default avatarAndy Voltz <andy.voltz@timesys.com>
parent ca21f61e
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
#define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#define CONFIG_SYS_PROMPT "Vybrid U-Boot > " #define CONFIG_SYS_PROMPT "=> "
#undef CONFIG_AUTO_COMPLETE #undef CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE \ #define CONFIG_SYS_PBSIZE \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment