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:
Tao Huang
2018-08-20 14:28:48 +08:00
parent 2516bb8dc8
commit 1d39cfca2c

View File

@@ -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