summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-05 14:39:40 -0600
committerTom Warren <twarren@nvidia.com>2015-06-09 09:56:14 -0700
commit0859b49d127665e507300c56fb279183f13321e9 (patch)
tree13f035f72c0fb04bde4a28f775c6c7725a498e43 /include/configs/tegra-common.h
parent057772b7618321ef5a2d48318d2ded758015cc1a (diff)
downloadtalos-obmc-uboot-0859b49d127665e507300c56fb279183f13321e9.tar.gz
talos-obmc-uboot-0859b49d127665e507300c56fb279183f13321e9.zip
tegra: Increase maximum arguments to 32
When setting up large environment variables we can exceed 16 arguemnts. Increase this to avoid problems. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r--include/configs/tegra-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 0bac9ad5c4..2d5842229f 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -104,7 +104,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)
OpenPOWER on IntegriCloud