From: Otavio Salvador Date: Fri, 28 Jun 2013 12:53:00 +0000 (-0300) Subject: vf610twr: Remove SoC name from U-Boot prompt X-Git-Tag: v2013.07-rc3~4^2~11^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6c6d127c5b948ec381fad5b24a2bc5497720644;p=u-boot 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 Tested-by: Andy Voltz --- 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 \