]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx51evk: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 2 Mar 2015 17:14:29 +0000 (14:14 -0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:28:33 +0000 (14:28 +0200)
commit7fe35350cbebc1f091dc327ec538dc90c1cdfff1
treec7251f9676af757e7ba713c6e3291369d9a2ecd9
parent8d892fa05fe39b05e9497520242fb0c8f609c73c
mx51evk: 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>
Acked-by: Stefano Babic <sbabic@denx.de>
include/configs/mx51evk.h