This is the longest boot string that silo supports. Signed-off-by: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx> Cc: Bob Picco <bob.picco@xxxxxxxxxx> Cc: David S. Miller <davem@xxxxxxxxxxxxx> Cc: sparclinux@xxxxxxxxxxxxxxx --- arch/sparc/prom/bootstr_64.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/sparc/prom/bootstr_64.c b/arch/sparc/prom/bootstr_64.c index ab9ccc6..4dac9f7 100644 --- a/arch/sparc/prom/bootstr_64.c +++ b/arch/sparc/prom/bootstr_64.c @@ -14,7 +14,11 @@ * the .bss section or it will break things. */ -#define BARG_LEN 256 +/* + * We limit BARG_LEN to 1024 rather than use COMMAND_LINE_SIZE because silo + * blindly copies however many bytes we tell it from a 1024-byte array. + */ +#define BARG_LEN 1024 struct { int bootstr_len; int bootstr_valid; -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html