From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 2 Mar 2015 18:30:39 +0100 Subject: [U-Boot] [PATCH 09/14] mxs: Use the default CONFIG_SYS_PBSIZE In-Reply-To: <1425316478-17059-9-git-send-email-fabio.estevam@freescale.com> References: <1425316478-17059-1-git-send-email-fabio.estevam@freescale.com> <1425316478-17059-9-git-send-email-fabio.estevam@freescale.com> Message-ID: <201503021830.39180.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, March 02, 2015 at 06:14:33 PM, 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. > > Cc: Marek Vasut > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut Best regards, Marek Vasut