mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09: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:
@@ -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