aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-04-14 21:55:25 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-04-28 16:32:02 +1000
commit579a53cafdd641f2d67ba4f4fbd9cc4180b8717d (patch)
tree37d910b57137ca9f8923134aa9343f9f5e50f7d6 /arch
parentpowerpc: Bump COMMAND_LINE_SIZE to 2048 (diff)
downloadlinux-dev-579a53cafdd641f2d67ba4f4fbd9cc4180b8717d.tar.xz
linux-dev-579a53cafdd641f2d67ba4f4fbd9cc4180b8717d.zip
powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h
index 339e041e8dda..8aad3c55aeda 100644
--- 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? */