init: Increase kernel command line buffer length

Increased cmdline buffer length from 1024 to 2048
in-order to accommodate AVB 2.0 boot arguments.

Change-Id: I26b3ad75c88d5cbf97766e86710f677e11a77df0
Signed-off-by: Phanindra Babu Pabba <pabba@codeaurora.org>
This commit is contained in:
Phanindra Babu Pabba 2019-12-12 15:03:51 +05:30
parent 92115b777f
commit eac9f79e31

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