Skip to content
  • Fabio Estevam's avatar
    wandboard: Use the default CONFIG_SYS_PBSIZE · f90f480e
    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.
    
    Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
    f90f480e