]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:07 +0000 (13:49 +0200)
commit2764e7df0ca3cdc5894ec0adf44c9fdca4ca6dd4
treeb8c1b31e1dbb4908741f2bfb41e934a0bab3f43d
parent5f7eb1bfeb99086872b1239d10ad2a486d47a02a
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