projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e62f82
)
ARM: qemu-arm: Increase CONFIG_SYS_CBSIZE
author
Tuomas Tynkkynen
<tuomas.tynkkynen@iki.fi>
Mon, 5 Mar 2018 21:20:41 +0000
(23:20 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 9 Mar 2018 14:23:10 +0000
(09:23 -0500)
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>
include/configs/qemu-arm.h
patch
|
blob
|
history
diff --git
a/include/configs/qemu-arm.h
b/include/configs/qemu-arm.h
index c968aa76ac28597b84cee54aac8b0ab816dbd3b0..839bc10a184b58aa693b7f133b32e55ee067867a 100644
(file)
--- a/
include/configs/qemu-arm.h
+++ b/
include/configs/qemu-arm.h
@@
-47,4
+47,6
@@
"ramdisk_addr_r=0x44000000\0" \
BOOTENV
+#define CONFIG_SYS_CBSIZE 512
+
#endif /* __CONFIG_H */