powerpc: Bump COMMAND_LINE_SIZE to 2048

I've had a report that the current limit is too small for
an automated network based installer. Bump it.

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 a5980d06 a2dd5da7

+6 -1
+6 -1
arch/powerpc/include/uapi/asm/setup.h
··· 1 - #include <asm-generic/setup.h> 1 + #ifndef _UAPI_ASM_POWERPC_SETUP_H 2 + #define _UAPI_ASM_POWERPC_SETUP_H 3 + 4 + #define COMMAND_LINE_SIZE 2048 5 + 6 + #endif /* _UAPI_ASM_POWERPC_SETUP_H */