Skip to content

Commit

Permalink
powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048
Browse files Browse the repository at this point in the history
Bump the boot wrapper BOOT_COMMAND_LINE_SIZE to match the
kernel.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Apr 28, 2014
1 parent a5980d0 commit 579a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "types.h"
#include "string.h"

#define BOOT_COMMAND_LINE_SIZE 512
#define BOOT_COMMAND_LINE_SIZE 2048
#define MAX_PATH_LEN 256
#define MAX_PROP_LEN 256 /* What should this be? */

Expand Down

0 comments on commit 579a53c

Please sign in to comment.