Skip to content

Commit 50713be

Browse files
author
Cody Xie
committed
arm: Bump COMMAND_LINE_SIZE to 2048.
The current limit is small for Android Things Verity Boot args. Bump it. Change-Id: I091c7f6d4912fec57ecca7dcab38cc99c5b6dfb5 Signed-off-by: Cody Xie <cody.xie@rock-chips.com>
1 parent 6ad0044 commit 50713be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/include/uapi/asm/setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include <linux/types.h>
1818

19-
#define COMMAND_LINE_SIZE 1024
19+
#define COMMAND_LINE_SIZE 2048
2020

2121
/* The list ends with an ATAG_NONE node. */
2222
#define ATAG_NONE 0x00000000

0 commit comments

Comments
 (0)