
Dear Josh Wu,
Josh Wu josh.wu@atmel.com writes:
From: Bo Shen voice.shen@atmel.com
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 | 2 -- include/configs/at91sam9260ek.h | 1 - include/configs/at91sam9261ek.h | 1 - include/configs/at91sam9263ek.h | 1 - include/configs/at91sam9m10g45ek.h | 1 - include/configs/at91sam9n12ek.h | 2 -- include/configs/at91sam9rlek.h | 1 - include/configs/at91sam9x5ek.h | 2 -- 8 files changed, 11 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regards, Andreas Bießmann