diff mbox

[3/3] powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048

Message ID 20140414215525.332667a6@kryten (mailing list archive)
State Accepted
Commit 579a53cafdd641f2d67ba4f4fbd9cc4180b8717d
Delegated to: Benjamin Herrenschmidt
Headers show

Commit Message

Anton Blanchard April 14, 2014, 11:55 a.m. UTC
Bump the boot wrapper BOOT_COMMAND_LINE_SIZE to match the
kernel.

Signed-off-by: Anton Blanchard <anton@samba.org>
---

We export this in an ELF section so userspace tools can edit it.
We should be safe so long as we are only increasing it shouldn't we?
diff mbox

Patch

Index: b/arch/powerpc/boot/ops.h
===================================================================
--- a/arch/powerpc/boot/ops.h
+++ b/arch/powerpc/boot/ops.h
@@ -15,7 +15,7 @@ 
 #include "types.h"
 #include "string.h"
 
-#define	BOOT_COMMAND_LINE_SIZE	512
+#define	BOOT_COMMAND_LINE_SIZE	2048
 #define	MAX_PATH_LEN		256
 #define	MAX_PROP_LEN		256 /* What should this be? */