warp: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 2 Mar 2015 17:14:37 +0000 (14:14 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 13 Mar 2015 12:13:49 +0000 (13:13 +0100)
commit0e26afe5ce03fffca8d665a9c511173a946ff233
tree3de1e84202bc0311a360b3f2cd223e7e2fbc6d3a
parentf30f50987a3f9c45c0d580a996d267e7e9688763
warp: 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.

Cc: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/warp.h