Commit a5980d064fe292584da73ddd180f4f140f9ab97d

Authored by Anton Blanchard
Committed by Benjamin Herrenschmidt
1 parent a2dd5da77f

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>

Showing 1 changed file with 6 additions and 1 deletions Inline Diff

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 */
2 7