mx6ul_14x14_evk: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 9 Sep 2015 14:16:44 +0000 (11:16 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Sep 2015 09:04:22 +0000 (11:04 +0200)
commit10b347fc34aa8c5382f49126c3ce5c4e7f064d2e
tree07886165cf00aa335522aa6fc4ce5f609562e4da
parenta29539c261a6afc7ff956c8626bea545f3b0f2a0
mx6ul_14x14_evk: 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: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx6ul_14x14_evk.h