Skip to content

Commit

Permalink
powerpc: Bump COMMAND_LINE_SIZE to 2048
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
antonblanchard authored and ozbenh committed Apr 28, 2014
1 parent a2dd5da commit a5980d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arch/powerpc/include/uapi/asm/setup.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit a5980d0

Please sign in to comment.