On Thu, Jul 23, 2015 at 05:19:39PM +0300, Nikita Kiryanov wrote:

> Add option to set shell prompt string from menuconfig and use it
> when migrating CONFIG_SYS_PROMPT to cm-fx6 defconfig.
> 
> Cc: Tom Rini <tr...@konsulko.com>
> Cc: Masahiro Yamada <yamad...@jp.panasonic.com>
> Cc: Stefano Babic <sba...@denx.de>
> Cc: Igor Grinberg <grinb...@compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nik...@compulab.co.il>

Conceptually, I like.

> ---
>  common/Kconfig           | 7 +++++++
>  configs/cm_fx6_defconfig | 1 +
>  include/configs/cm_fx6.h | 1 -
>  3 files changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/common/Kconfig b/common/Kconfig
> index 40cd69e..6b24fd9 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -17,6 +17,13 @@ config SYS_HUSH_PARSER
>       help
>         Backward compatibility.
>  
> +config SYS_PROMPT
> +     string "Shell prompt"
> +     default "# "

How about "U-Boot> " which while not what I had been forcing everyone in
TI-land to use, is the most common.

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to