From patchwork Sun Oct 7 11:17:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,2/2] cm-t35: increase the MAXARGS Date: Sun, 07 Oct 2012 01:17:35 -0000 From: Igor Grinberg X-Patchwork-Id: 189801 Message-Id: <1349608655-11171-3-git-send-email-grinberg@compulab.co.il> To: u-boot@lists.denx.de, Tom Rini Increase the MAXARGS to support more than 16 arguments. Signed-off-by: Igor Grinberg --- include/configs/cm_t35.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 8e28fbc..e18fb5a 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -256,7 +256,7 @@ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ +#define CONFIG_SYS_MAXARGS 32 /* max number of command args */ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)