From: Lothar Waßmann Date: Thu, 6 Mar 2014 11:19:08 +0000 (+0100) Subject: karo: configs: increase MAXARGS to 256 X-Git-Tag: KARO-TX6-2014-03-07~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=f8c818c11d7375cf0694bf2471645e3f4a4ab810 karo: configs: increase MAXARGS to 256 --- diff --git a/include/configs/tx28.h b/include/configs/tx28.h index 5c6bc7a644..72b809ca8e 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -67,7 +67,7 @@ #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) /* Print buffer size */ -#define CONFIG_SYS_MAXARGS 64 /* Max number of command args */ +#define CONFIG_SYS_MAXARGS 256 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ #define CONFIG_VERSION_VARIABLE /* U-BOOT version */ diff --git a/include/configs/tx48.h b/include/configs/tx48.h index ed9a770d3a..2423810ec5 100644 --- a/include/configs/tx48.h +++ b/include/configs/tx48.h @@ -75,7 +75,7 @@ #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) /* Print buffer size */ -#define CONFIG_SYS_MAXARGS 64 /* Max number of command args */ +#define CONFIG_SYS_MAXARGS 256 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ #define CONFIG_VERSION_VARIABLE /* U-BOOT version */ diff --git a/include/configs/tx51.h b/include/configs/tx51.h index c926923d26..a31d7cca53 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -76,7 +76,7 @@ #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) /* Print buffer size */ -#define CONFIG_SYS_MAXARGS 64 /* Max number of command args */ +#define CONFIG_SYS_MAXARGS 256 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ #define CONFIG_VERSION_VARIABLE /* U-BOOT version */ diff --git a/include/configs/tx53.h b/include/configs/tx53.h index b466a7ef42..4140cc06fc 100644 --- a/include/configs/tx53.h +++ b/include/configs/tx53.h @@ -67,7 +67,7 @@ #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) /* Print buffer size */ -#define CONFIG_SYS_MAXARGS 64 /* Max number of command args */ +#define CONFIG_SYS_MAXARGS 256 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ #define CONFIG_VERSION_VARIABLE /* U-BOOT version */ diff --git a/include/configs/tx6.h b/include/configs/tx6.h index c271e543e1..85c758227c 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -76,7 +76,7 @@ #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) /* Print buffer size */ -#define CONFIG_SYS_MAXARGS 64 /* Max number of command args */ +#define CONFIG_SYS_MAXARGS 256 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ #define CONFIG_VERSION_VARIABLE /* U-BOOT version */