mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ANDROID: arm64: setup: Increase COMMAND_LINE_SIZE to 4096 bytes
With features AVB / dm-verity enabled, cmdline content is about to exceed previous maximum 2048 bytes. Increase the cmdline buffer size (COMMAND_LINE_SIZE) to 4096 bytes for other features to use. Bug: 62188243 Bug: 36339395 Change-Id: Ib0ad43b1d4596cfd965a659ffc7953f4ef221aec Signed-off-by: Woody Lin <woody_lin@htc.com> Signed-off-by: Tao Huang <huangtao@rock-chips.com> (cherry picked from https://android.googlesource.com/kernel/msm commit 532fc475a103cc9968827c1cba851fe2b3100aba)
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#define COMMAND_LINE_SIZE 2048
|
||||
#define COMMAND_LINE_SIZE 4096
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user