public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 05/14] mx51evk: Use the default CONFIG_SYS_PBSIZE
Date: Wed, 04 Mar 2015 09:08:39 +0100	[thread overview]
Message-ID: <54F6BD87.2090105@denx.de> (raw)
In-Reply-To: <1425316478-17059-5-git-send-email-fabio.estevam@freescale.com>

On 02/03/2015 18:14, Fabio Estevam wrote:
> Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
> the console and hitting enter afterwards, causes a hang in the system because
> CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
> message:
> "Unknown command '' - try 'help'".
> 
> Use the default CONFIG_SYS_PBSIZE definition from config_fallbacks.h to solve
> this problem.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/mx51evk.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
> index d6e8ec4..b0c9717 100644
> --- a/include/configs/mx51evk.h
> +++ b/include/configs/mx51evk.h
> @@ -222,8 +222,6 @@
>  #define CONFIG_SYS_HUSH_PARSER		/* use "hush" command parser */
>  #define CONFIG_AUTO_COMPLETE
>  #define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
> -/* Print Buffer Size */
> -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
>  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */
>  #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
>  
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2015-03-04  8:08 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 17:14 [U-Boot] [PATCH 01/14] mx6sxsabresd: Use the default CONFIG_SYS_PBSIZE Fabio Estevam
2015-03-02 17:14 ` [U-Boot] [PATCH 02/14] mx6slevk: " Fabio Estevam
2015-03-03  1:11   ` Hui.Liu at freescale.com
2015-03-02 17:14 ` [U-Boot] [PATCH 03/14] mx6qarm2: " Fabio Estevam
2015-03-03  1:12   ` Hui.Liu at freescale.com
2015-03-02 17:14 ` [U-Boot] [PATCH 04/14] mx53loco: " Fabio Estevam
2015-03-03  1:12   ` Hui.Liu at freescale.com
2015-03-02 17:14 ` [U-Boot] [PATCH 05/14] mx51evk: " Fabio Estevam
2015-03-04  8:08   ` Stefano Babic [this message]
2015-03-02 17:14 ` [U-Boot] [PATCH 06/14] mx35pdk: " Fabio Estevam
2015-03-04  8:08   ` Stefano Babic
2015-03-02 17:14 ` [U-Boot] [PATCH 07/14] mx31pdk: " Fabio Estevam
2015-03-03 18:33   ` Magnus Lilja
2015-03-02 17:14 ` [U-Boot] [PATCH 08/14] mx25pdk: " Fabio Estevam
2015-03-02 17:14 ` [U-Boot] [PATCH 09/14] mxs: " Fabio Estevam
2015-03-02 17:30   ` Marek Vasut
2015-03-02 17:14 ` [U-Boot] [PATCH 10/14] wandboard: " Fabio Estevam
2015-03-02 17:14 ` [U-Boot] [PATCH 11/14] hummingboard: " Fabio Estevam
2015-03-02 17:14 ` [U-Boot] [PATCH 12/14] nitrogen6x: " Fabio Estevam
2015-03-02 17:14 ` [U-Boot] [PATCH 13/14] warp: " Fabio Estevam
2015-03-03  1:50   ` Otavio Salvador
2015-03-02 17:14 ` [U-Boot] [PATCH 14/14] novena: " Fabio Estevam
2015-03-02 17:30   ` Marek Vasut
2015-03-13 12:14 ` [U-Boot] [PATCH 01/14] mx6sxsabresd: " 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=54F6BD87.2090105@denx.de \
    --to=sbabic@denx.de \
    --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