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>
This commit is contained in:
parent
5e62f82825
commit
b771f0b126
|
|
@ -47,4 +47,6 @@
|
|||
"ramdisk_addr_r=0x44000000\0" \
|
||||
BOOTENV
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 512
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
|||
Loading…
Reference in New Issue