Skip to content
Snippets Groups Projects
Commit 31cc2c85 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

config_fallbacks: Add a default entry for 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 characters of the error message:
"Unknown command '' - try 'help'".

Provide a default size for CONFIG_SYS_PBSIZE so that it can store the error
message and allows the error message to be printed correctly with no hang.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent daa12e3f
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment