]> git.sur5r.net Git - u-boot/commit
nitrogen6x: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 2 Mar 2015 17:14:36 +0000 (14:14 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 13 Mar 2015 12:13:49 +0000 (13:13 +0100)
commitf30f50987a3f9c45c0d580a996d267e7e9688763
tree69829bbd1ac1342d8923bc24a1467ea7629ccc57
parent161c6559195b0ceec93b5384b2d1b4e2db268933
nitrogen6x: 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: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/nitrogen6x.h