Re: [U-Boot] [PATCH] imx: imx8qxp_mek: increase buffer sizes and args number

2019-10-21 Thread Peng Fan
> Subject: [PATCH] imx: imx8qxp_mek: increase buffer sizes and args number > > The default value of CONFIG_SYS_CBSIZE is too small when we need to input > long commands or when using long kernel command line. > > The default value of CONFIG_SYS_MAXARGS is too small to add a long > command line, a

[U-Boot] [PATCH] imx: imx8qxp_mek: increase buffer sizes and args number

2019-10-21 Thread Anatolij Gustschin
The default value of CONFIG_SYS_CBSIZE is too small when we need to input long commands or when using long kernel command line. The default value of CONFIG_SYS_MAXARGS is too small to add a long command line, and the kernel might not boot as intended without the complete bootargs. Increase argumen