Skip to content
  • Fabio Estevam's avatar
    nitrogen6x: Use the default CONFIG_SYS_PBSIZE · f30f5098
    Fabio Estevam authored
    
    
    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: default avatarFabio Estevam <fabio.estevam@freescale.com>
    f30f5098