Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11e8c6dc authored by Alistair Delva's avatar Alistair Delva
Browse files

ANDROID: arch: arm: Increase kernel command line size



Android passes a lot of arguments via kernel command line.
Current kernel command line is close to limit on a lot of devices.

Increase kernel command line size to avoid cases when arguments
are trimmed.

Bug: 158450572
Change-Id: I998ce98b4d875e8bb435ba1dfd84d94506ac0319
Signed-off-by: default avatarAlistair Delva <adelva@google.com>
parent 7039f354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#include <linux/types.h>

#define COMMAND_LINE_SIZE 1024
#define COMMAND_LINE_SIZE 4096

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