diff mbox

[2/3] powerpc: Bump COMMAND_LINE_SIZE to 2048

Message ID 20140414215452.058036b9@kryten (mailing list archive)
State Accepted
Commit a5980d064fe292584da73ddd180f4f140f9ab97d
Delegated to: Benjamin Herrenschmidt
Headers show

Commit Message

Anton Blanchard April 14, 2014, 11:54 a.m. UTC
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>
---
diff mbox

Patch

diff --git a/arch/powerpc/include/uapi/asm/setup.h b/arch/powerpc/include/uapi/asm/setup.h
index 552df83..0516e97 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 */