From: maitysanchayan at gmail.com <maitysanchayan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
Date: Thu, 2 Jul 2015 11:26:33 +0530 [thread overview]
Message-ID: <20150702055632.GA3429@Sanchayan-Arch.toradex.int> (raw)
In-Reply-To: <e284a2aed7b9810961df1fa196787d8683f8e787.1433747174.git.maitysanchayan@gmail.com>
Hello,
Another ping?
- Sanchayan.
On 15-06-08 12:40:41, Sanchayan Maity wrote:
> Increase console IO buffer size to 1024 from the previous value of 256.
> The previous value was too short for editing environment variables like
> ubiboot from the console.
>
> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
> ---
> include/configs/colibri_vf.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
> index ace31a5..17418c6 100644
> --- a/include/configs/colibri_vf.h
> +++ b/include/configs/colibri_vf.h
> @@ -183,7 +183,7 @@
> #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
> #define CONFIG_SYS_PROMPT "Colibri VFxx # "
> #undef CONFIG_AUTO_COMPLETE
> -#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
> +#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
> #define CONFIG_SYS_PBSIZE \
> (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
> #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
> --
> 2.4.2
>
next prev parent reply other threads:[~2015-07-02 5:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 7:10 [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024 Sanchayan Maity
2015-06-17 10:34 ` maitysanchayan at gmail.com
2015-07-02 5:56 ` maitysanchayan at gmail.com [this message]
2015-07-02 7:26 ` Stefano Babic
2015-07-02 7:40 ` maitysanchayan at gmail.com
2015-07-03 7:38 ` Stefano Babic
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=20150702055632.GA3429@Sanchayan-Arch.toradex.int \
--to=maitysanchayan@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox