Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Extend COMMAND_LINE_SIZE

Some firmware may pass well over 256 bytes these days.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/include/asm/setup.h
··· 1 1 #ifndef _MIPS_SETUP_H 2 2 #define _MIPS_SETUP_H 3 3 4 - #define COMMAND_LINE_SIZE 256 4 + #define COMMAND_LINE_SIZE 4096 5 5 6 6 #ifdef __KERNEL__ 7 7 extern void setup_early_printk(void);