From 9a2b79ba58caba5bd123aebc70762b8885d68357 Mon Sep 17 00:00:00 2001 From: John Rigby Date: Mon, 19 Sep 2011 23:04:11 -0600 Subject: OMAP4: change MAXARGS to 32 Some boot scripts fail without this. This makes OMAP4 the same as omap3_beagle. Signed-off-by: John Rigby --- include/configs/omap4_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index d76d190fd..f71ee3a1e 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -210,7 +210,7 @@ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) -#define CONFIG_SYS_MAXARGS 16 +#define CONFIG_SYS_MAXARGS 32 /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE) -- cgit v1.2.3