]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
wandboard: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 2 Mar 2015 17:14:34 +0000 (14:14 -0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:28:33 +0000 (14:28 +0200)
commitc5c031f3b978ab68cdb22493ba145ef5fe3d67f5
treeeac76a50be81a2cb34a3d5a433a4b8c81a105de6
parentd9e0554aaae752ce52c789d6c05684d0c66ac699
wandboard: 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/wandboard.h