novena: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 2 Mar 2015 17:14:38 +0000 (14:14 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 13 Mar 2015 12:13:49 +0000 (13:13 +0100)
commit1f62482eed73108ed602b80ed462c26043a35235
tree32397fc1e5fe195ca20a8ba3b57de11147d30686
parent0e26afe5ce03fffca8d665a9c511173a946ff233
novena: 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: Marek Vasut <marex@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
include/configs/novena.h