powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048

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>
This commit is contained in:
Anton Blanchard 2014-04-14 21:55:25 +10:00 committed by Benjamin Herrenschmidt
parent a5980d064f
commit 579a53cafd
1 changed files with 1 additions and 1 deletions

View File

@ -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? */