Commit 5a9749ee12bed44ca4dc7f2412b5a340db666954

Authored by Stefan Roese
Committed by Luka Perkov
1 parent 7853c508e4

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/mv-common.h
... ... @@ -95,7 +95,7 @@
95 95 #define CONFIG_SYS_MEMTEST_START 0x00800000 /* 8M */
96 96 #define CONFIG_SYS_MEMTEST_END 0x00ffffff /*(_16M -1) */
97 97 #define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
98   -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  98 +#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
99 99  
100 100 /* ====> Include platform Common Definitions */
101 101 #include <asm/arch/config.h>