]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:28:34 +0000 (14:28 +0200)
commit51605e7f0212febfaada03804fdcdc593f9b42dc
treeae9de0c239efd3f45768d0ad26acabfa5e53b82d
parent1b047f9d54fba4a48a566a85231761bf37b81c71
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