[U-Boot] [PATCH 2/2] vf610twr: Remove SoC name from U-Boot prompt

Andy Voltz andy.voltz at timesys.com
Wed Jun 26 19:14:03 CEST 2013


I'm going to boot test these patches on the tower. I'll follow-up after I
verify with a new environment & build.


On Wed, Jun 26, 2013 at 12:40:51PM -0400, Otavio Salvador wrote:
> 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 at ossystems.com.br>
> ---
>  include/configs/vf610twr.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h
> index bda5ddf..f45d73c 100644
> --- a/include/configs/vf610twr.h
> +++ b/include/configs/vf610twr.h
> @@ -147,7 +147,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		\
> -- 
> 1.8.3.1
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

-- 
Andy Voltz
Timesys Corporation


More information about the U-Boot mailing list