mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-06 21:23:05 +09: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user