]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: atmel: boards: use default CONFIG_SYS_PBSIZE
authorBo Shen <voice.shen@atmel.com>
Wed, 2 Sep 2015 10:00:06 +0000 (18:00 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 11 Sep 2015 07:35:39 +0000 (09:35 +0200)
commit0b4e450556a05d78d1eaf4921180916eb5939c9a
treeea867848aafb5f0eef3ac87ed6f6715f1be0bfd2
parentab892a109c58a3cfc18f5e18d0b9bfbc90b2eff2
ARM: atmel: boards: use 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: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Josh Wu <josh.wu@atmel.com>
include/configs/at91-sama5_common.h
include/configs/at91sam9260ek.h
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9m10g45ek.h
include/configs/at91sam9n12ek.h
include/configs/at91sam9rlek.h
include/configs/at91sam9x5ek.h