diff options
Diffstat (limited to 'arch/arc/include/asm/setup.h')
-rw-r--r-- | arch/arc/include/asm/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arc/include/asm/setup.h b/arch/arc/include/asm/setup.h index 307846691be6..48b37c693db3 100644 --- a/arch/arc/include/asm/setup.h +++ b/arch/arc/include/asm/setup.h | |||
@@ -12,7 +12,11 @@ | |||
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <uapi/asm/setup.h> | 13 | #include <uapi/asm/setup.h> |
14 | 14 | ||
15 | #ifdef CONFIG_ARC_PLAT_EZNPS | ||
16 | #define COMMAND_LINE_SIZE 2048 | ||
17 | #else | ||
15 | #define COMMAND_LINE_SIZE 256 | 18 | #define COMMAND_LINE_SIZE 256 |
19 | #endif | ||
16 | 20 | ||
17 | /* | 21 | /* |
18 | * Data structure to map a ID to string | 22 | * Data structure to map a ID to string |