public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 01/14] mx6sxsabresd: Use the default CONFIG_SYS_PBSIZE
@ 2015-03-02 17:14 Fabio Estevam
  2015-03-02 17:14 ` [U-Boot] [PATCH 02/14] mx6slevk: " Fabio Estevam
                   ` (13 more replies)
  0 siblings, 14 replies; 24+ messages in thread
From: Fabio Estevam @ 2015-03-02 17:14 UTC (permalink / raw)
  To: u-boot

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/mx6sxsabresd.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index a290129..a29d62f 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -134,8 +134,6 @@
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE		1024
 
-/* Print Buffer Size */
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_MAXARGS		256
 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-03-13 12:14 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox