mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ANDROID: ARM: 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. Change-Id: I73baf92e5dce1a341d523b1a976d387e794b3998 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
parent
2516bb8dc8
commit
1d39cfca2c
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
|
||||
#define COMMAND_LINE_SIZE 2048
|
||||
#define COMMAND_LINE_SIZE 4096
|
||||
|
||||
/* The list ends with an ATAG_NONE node. */
|
||||
#define ATAG_NONE 0x00000000
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user