From mboxrd@z Thu Jan 1 00:00:00 1970 From: maitysanchayan at gmail.com Date: Thu, 2 Jul 2015 11:26:33 +0530 Subject: [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024 In-Reply-To: References: Message-ID: <20150702055632.GA3429@Sanchayan-Arch.toradex.int> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 >