commit | a504cd845b615a64cb7315eb409316165a5ce9ba | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Mon Mar 05 23:20:41 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 09 09:23:10 2018 -0500 |
tree | e346d408b877ef8b95515ca09e682de1b7b9ef1f | |
parent | 7f6918215ef665b44fd166075e11f0a771b38b75 [diff] |
ARM: qemu-arm: Increase CONFIG_SYS_CBSIZE CONFIG_SYS_CBSIZE determines the maximum length of the kernel command line, and the default value of 256 is too small for booting some Linux images in the wild. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>