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>

authored by Anton Blanchard and committed by Benjamin Herrenschmidt 579a53ca a5980d06

+1 -1
+1 -1
arch/powerpc/boot/ops.h
··· 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