]> git.ipfire.org Git - people/ms/u-boot.git/commit
mx6sxsabresd: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 2 Mar 2015 17:14:25 +0000 (14:14 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 13 Mar 2015 12:13:45 +0000 (13:13 +0100)
commite93a693d4966fd6779f02a1b447814424918b88d
treec1093f27f2d29d335c315c5666bbf8220982779e
parent9b5b60a05cb8bba2d135439419b2030764e359bd
mx6sxsabresd: 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/mx6sxsabresd.h