[Trusty][PATCH 1/1] powerpc: Increase COMMAND_LINE_SIZE to 2048 from 512.
Joseph Salisbury
joseph.salisbury at canonical.com
Sat Apr 12 00:04:22 UTC 2014
BugLink: http://bugs.launchpad.net/bugs/1306677
Signed-off-by: Joseph Salisbury <joseph.salisbury at canonical.com>
---
arch/powerpc/boot/ops.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h
index b3218ce..5a01fb1 100644
--- a/arch/powerpc/boot/ops.h
+++ b/arch/powerpc/boot/ops.h
@@ -15,7 +15,7 @@
#include "types.h"
#include "string.h"
-#define COMMAND_LINE_SIZE 512
+#define COMMAND_LINE_SIZE 2048
#define MAX_PATH_LEN 256
#define MAX_PROP_LEN 256 /* What should this be? */
--
1.7.9.5
More information about the kernel-team
mailing list