diff options
author | Stefan Roese <sr@denx.de> | 2015-07-23 10:26:11 +0200 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-07-24 09:48:07 +0200 |
commit | 5a9749ee12bed44ca4dc7f2412b5a340db666954 (patch) | |
tree | b937a77575e2e975c2f9bcb27d48368a6770a6e2 /include/configs | |
parent | 7853c508e4d501aaff42b8aa6ab079fedd110fae (diff) | |
download | u-boot-imx-5a9749ee12bed44ca4dc7f2412b5a340db666954.zip u-boot-imx-5a9749ee12bed44ca4dc7f2412b5a340db666954.tar.gz u-boot-imx-5a9749ee12bed44ca4dc7f2412b5a340db666954.tar.bz2 |
arm: marvell: Increase MAXARGS to 32
This makes more complex U-Boot scripts possible.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mv-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index b654fff..b90de14 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 <asm/arch/config.h> |