Browse Source

ti_armv7_common: env: Increase IO buffer size

There are certain environment variables whose length is greater than
the defined IO buffer size. So, increase the IO buffer size to print the
entire variables.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Lokesh Vutla 8 years ago
parent
commit
b9daed8a41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/configs/ti_armv7_common.h

+ 1 - 1
include/configs/ti_armv7_common.h

@@ -199,7 +199,7 @@
 #define CONFIG_SYS_MAXARGS		64
 #define CONFIG_SYS_MAXARGS		64
 
 
 /* Console I/O Buffer Size */
 /* Console I/O Buffer Size */
-#define CONFIG_SYS_CBSIZE		512
+#define CONFIG_SYS_CBSIZE		1024
 /* Print Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE \
 #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE \
 					+ sizeof(CONFIG_SYS_PROMPT) + 16)
 					+ sizeof(CONFIG_SYS_PROMPT) + 16)