diff options
author | Anton Blanchard <anton@samba.org> | 2014-04-14 21:55:25 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-04-28 16:32:02 +1000 |
commit | 579a53cafdd641f2d67ba4f4fbd9cc4180b8717d (patch) | |
tree | 37d910b57137ca9f8923134aa9343f9f5e50f7d6 /arch/powerpc | |
parent | a5980d064fe292584da73ddd180f4f140f9ab97d (diff) | |
download | linux-579a53cafdd641f2d67ba4f4fbd9cc4180b8717d.tar.bz2 |
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/powerpc')
-rw-r--r-- | arch/powerpc/boot/ops.h | 2 |
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? */ |