diff options
author | Anton Blanchard <anton@samba.org> | 2014-04-14 21:54:52 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-04-28 16:31:58 +1000 |
commit | a5980d064fe292584da73ddd180f4f140f9ab97d (patch) | |
tree | f46237673117cb0b6c47388ba946f6f196e3e580 /arch/powerpc/include/uapi/asm/setup.h | |
parent | a2dd5da77f2cc9fc9ff11ea6b699556254e94a6c (diff) | |
download | blackbird-obmc-linux-a5980d064fe292584da73ddd180f4f140f9ab97d.tar.gz blackbird-obmc-linux-a5980d064fe292584da73ddd180f4f140f9ab97d.zip |
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>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/setup.h')
-rw-r--r-- | arch/powerpc/include/uapi/asm/setup.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/include/uapi/asm/setup.h b/arch/powerpc/include/uapi/asm/setup.h index 552df83f1a49..ae3fb68cb28e 100644 --- a/arch/powerpc/include/uapi/asm/setup.h +++ b/arch/powerpc/include/uapi/asm/setup.h @@ -1 +1,6 @@ -#include <asm-generic/setup.h> +#ifndef _UAPI_ASM_POWERPC_SETUP_H +#define _UAPI_ASM_POWERPC_SETUP_H + +#define COMMAND_LINE_SIZE 2048 + +#endif /* _UAPI_ASM_POWERPC_SETUP_H */ |