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