[U-Boot] [PATCH 2/8] m28evk: use "M28EVK U-Boot =>" as prompt

Wolfgang Denk wd at denx.de
Tue May 29 22:41:45 CEST 2012


Dear Otavio Salvador,

In message <1336866018-614-3-git-send-email-otavio at ossystems.com.br> you wrote:
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  include/configs/m28evk.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
> index 7472ddc..ebf7e39 100644
> --- a/include/configs/m28evk.h
> +++ b/include/configs/m28evk.h
> @@ -114,7 +114,7 @@
>   * U-Boot general configurations
>   */
>  #define	CONFIG_SYS_LONGHELP
> -#define	CONFIG_SYS_PROMPT	"=> "
> +#define	CONFIG_SYS_PROMPT	"M28EVK U-Boot => "
>  #define	CONFIG_SYS_CBSIZE	1024		/* Console I/O buffer size */
>  #define	CONFIG_SYS_PBSIZE	\
>  	(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)

NAK.

I really dislike these verbose prompts which serve no real use, but
make any scripting (like automatic regression tests) unnecessarily
complicated.

Please feel free to do this with your own boards, if you really,
really think you must do that.  But please do not mess with any other
boards.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Anything free is worth what you pay for it.


More information about the U-Boot mailing list