All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 2/2] nios2: Soup up the shell experience
Date: Wed, 16 Dec 2015 13:39:25 +0800	[thread overview]
Message-ID: <5670F90D.5090007@wytron.com.tw> (raw)
In-Reply-To: <1450225968-13369-2-git-send-email-marex@denx.de>

Hi Marek,

On 2015?12?16? 08:32, Marek Vasut wrote:
> Enable command auto completion and enable $version variable. This makes
> working with U-Boot far more enjoyable.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Thomas Chou <thomas@wytron.com.tw>
> ---
>   include/configs/10m50_devboard.h | 2 ++
>   include/configs/3c120_devboard.h | 2 ++
>   2 files changed, 4 insertions(+)
>
> V2: Drop the default prompt setting
>
> diff --git a/include/configs/10m50_devboard.h b/include/configs/10m50_devboard.h
> index 608127f..8dfe2a8 100644
> --- a/include/configs/10m50_devboard.h
> +++ b/include/configs/10m50_devboard.h
> @@ -99,6 +99,8 @@
>   					 CONFIG_ENV_SIZE - \
>   					 CONFIG_SYS_MALLOC_LEN -	\
>   					 0x10000)
> +#define CONFIG_VERSION_VARIABLE
> +#define CONFIG_AUTO_COMPLETE
>   #define CONFIG_CMDLINE_EDITING
>
>   #endif /* __CONFIG_H */
> diff --git a/include/configs/3c120_devboard.h b/include/configs/3c120_devboard.h
> index 6c9dc3f..2e94b69 100644
> --- a/include/configs/3c120_devboard.h
> +++ b/include/configs/3c120_devboard.h
> @@ -102,6 +102,8 @@
>   					 CONFIG_ENV_SIZE - \
>   					 CONFIG_SYS_MALLOC_LEN -	\
>   					 0x10000)
> +#define CONFIG_VERSION_VARIABLE
> +#define CONFIG_AUTO_COMPLETE
>   #define CONFIG_CMDLINE_EDITING
>
>   #endif /* __CONFIG_H */
>

Applied to u-boot-nios. Thanks.

Best regards,
Thomas

  reply	other threads:[~2015-12-16  5:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-16  0:32 [U-Boot] [PATCH V2 1/2] nios2: Enable support for fitImage Marek Vasut
2015-12-16  0:32 ` [U-Boot] [PATCH V2 2/2] nios2: Soup up the shell experience Marek Vasut
2015-12-16  5:39   ` Thomas Chou [this message]
2015-12-16  5:38 ` [U-Boot] [PATCH V2 1/2] nios2: Enable support for fitImage Thomas Chou
2015-12-16 10:26   ` Marek Vasut
2015-12-16 13:15     ` Thomas Chou
2015-12-16 13:35       ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5670F90D.5090007@wytron.com.tw \
    --to=thomas@wytron.com.tw \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.