Commit 579a53cafdd641f2d67ba4f4fbd9cc4180b8717d

Authored by Anton Blanchard
Committed by Benjamin Herrenschmidt
1 parent a5980d064f

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/powerpc/boot/ops.h
... ... @@ -15,7 +15,7 @@
15 15 #include "types.h"
16 16 #include "string.h"
17 17  
18   -#define BOOT_COMMAND_LINE_SIZE 512
  18 +#define BOOT_COMMAND_LINE_SIZE 2048
19 19 #define MAX_PATH_LEN 256
20 20 #define MAX_PROP_LEN 256 /* What should this be? */
21 21