mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: ARM: Bump command line size
1KB command line is insufficient to boot cuttlefish for ARM. Increase it to 2KB to match ARM64. Bug: 165410044 Change-Id: Icc230926c1c01e4fe82944e1fe0f8c6f068110ea Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
parent
523c132fd6
commit
6de4b77e2c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user