Skip to content
Snippets Groups Projects
Commit 5c1c7c1e authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Stefano Babic
Browse files

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, and the kernel might not boot as intended without the
complete bootargs. Increase argument buffer sizes and the number of
arguments.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
parent f5edb0d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment