Commit b771f0b1260749ec83ad3365c926956d1fee61ff

Authored by Tuomas Tynkkynen
Committed by Tom Rini
1 parent 5e62f82825

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/qemu-arm.h
... ... @@ -47,5 +47,7 @@
47 47 "ramdisk_addr_r=0x44000000\0" \
48 48 BOOTENV
49 49  
  50 +#define CONFIG_SYS_CBSIZE 512
  51 +
50 52 #endif /* __CONFIG_H */