summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2014-10-02 12:16:48 -0700
committerStefano Babic <sbabic@denx.de>2014-10-06 17:57:23 +0200
commit3f5d964ea082049c9616e4dc827cd4aa3972a281 (patch)
tree6c7a1d30208d0caf0ead5244ad697abdeb2aceb7
parent5dbdc3cf3cd870ef799fd8e412f8b82915c98b65 (diff)
downloadblackbird-obmc-uboot-3f5d964ea082049c9616e4dc827cd4aa3972a281.tar.gz
blackbird-obmc-uboot-3f5d964ea082049c9616e4dc827cd4aa3972a281.zip
nitrogen6x: config: allow more bootargs parameters
Increase the maximum number of arguments allowed by the Hush parser. This prevents errors when users or scripts aren't quoting parameters when setting the "bootargs" variable et al. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r--include/configs/nitrogen6x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index b911d06da7..50b6c5a19a 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -326,7 +326,7 @@
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_MAXARGS 16
+#define CONFIG_SYS_MAXARGS 48
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_MEMTEST_START 0x10000000
OpenPOWER on IntegriCloud