Double CONFIG_SYS_MAXARGS so the help message can be printed
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 99c2b80..343c3b4 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -241,7 +241,7 @@
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 					sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_MAXARGS		32
+#define CONFIG_SYS_MAXARGS		64
 /* Boot Argument Buffer Size */
 #define CONFIG_SYS_BARGSIZE		(CONFIG_SYS_CBSIZE)