From: Stefan Roese Date: Thu, 23 Jul 2015 08:26:11 +0000 (+0200) Subject: arm: marvell: Increase MAXARGS to 32 X-Git-Tag: v2015.10-rc1~71 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a9749ee12bed44ca4dc7f2412b5a340db666954;p=u-boot arm: marvell: Increase MAXARGS to 32 This makes more complex U-Boot scripts possible. Signed-off-by: Stefan Roese Cc: Luka Perkov --- diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index b654fffb26..b90de14b30 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -95,7 +95,7 @@ #define CONFIG_SYS_MEMTEST_START 0x00800000 /* 8M */ #define CONFIG_SYS_MEMTEST_END 0x00ffffff /*(_16M -1) */ #define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ +#define CONFIG_SYS_MAXARGS 32 /* max number of command args */ /* ====> Include platform Common Definitions */ #include