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:
Alistair Delva
2020-11-12 20:30:45 -08:00
parent 523c132fd6
commit 6de4b77e2c

View File

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