Skip to content

Commit

Permalink
MIPS: Extend COMMAND_LINE_SIZE
Browse files Browse the repository at this point in the history
Some firmware may pass well over 256 bytes these days.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 2, 2009
1 parent b6727b1 commit 2224268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/include/asm/setup.h
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 2224268

Please sign in to comment.