mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#define COMMAND_LINE_SIZE 1024
|
||||
#define COMMAND_LINE_SIZE 2048
|
||||
|
||||
/* The list ends with an ATAG_NONE node. */
|
||||
#define ATAG_NONE 0x00000000
|
||||
|
||||
Reference in New Issue
Block a user