From: Ralf Baechle Date: Mon, 2 Nov 2009 11:00:01 +0000 (+0100) Subject: MIPS: Extend COMMAND_LINE_SIZE X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=22242681cff52bfb7cba5d2a37b91802be7a4e4c;p=linux-beck.git MIPS: Extend COMMAND_LINE_SIZE Some firmware may pass well over 256 bytes these days. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/setup.h b/arch/mips/include/asm/setup.h index e600cedda976..50511aac04e9 100644 --- a/arch/mips/include/asm/setup.h +++ b/arch/mips/include/asm/setup.h @@ -1,7 +1,7 @@ #ifndef _MIPS_SETUP_H #define _MIPS_SETUP_H -#define COMMAND_LINE_SIZE 256 +#define COMMAND_LINE_SIZE 4096 #ifdef __KERNEL__ extern void setup_early_printk(void);