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

Marek Vasut marex at denx.de
Sun May 13 19:11:16 CEST 2012


Dear Otavio Salvador,

> 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 => "

NAK, we want that "=> " prompt there. It'd be preferable if all boards used 
plain "=> " prompt actually.

>  #define	CONFIG_SYS_CBSIZE	1024		/* Console I/O buffer 
size */
>  #define	CONFIG_SYS_PBSIZE	\
>  	(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)

Best regards,
Marek Vasut


More information about the U-Boot mailing list