]> code.ossystems Code Review - bsp/u-boot.git/commit
cgtqmx6eval: Use the default CONFIG_SYS_PBSIZE
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Jul 2015 14:02:20 +0000 (11:02 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 28 Jul 2015 18:18:37 +0000 (15:18 -0300)
commitd199d1fb93fe9fac640177cfe2738f6c271e7cd7
tree9b374454b50e7c1b56a8d14fe091d205ce1e7da0
parentc3bb8cc57d982f39515c5838430f48eb308de761
cgtqmx6eval: Use the default CONFIG_SYS_PBSIZE

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: Otavio Salvador <otavio@ossystems.com.br>
include/configs/cgtqmx6eval.h