]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048
authorAnton Blanchard <anton@samba.org>
Mon, 14 Apr 2014 11:55:25 +0000 (21:55 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Apr 2014 06:32:02 +0000 (16:32 +1000)
Bump the boot wrapper BOOT_COMMAND_LINE_SIZE to match the
kernel.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/ops.h

index 339e041e8dda4647fb95b49edb145480530e580e..8aad3c55aeda2885e331b8c7ebd52436c219e74b 100644 (file)
@@ -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? */