summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLeo C2016-05-30 23:46:37 +0200
committerLeo C2016-05-30 23:46:37 +0200
commit7429bfac795f648892a4fc226bc92a40afc2cb83 (patch)
tree685631b154197423756f76559032bb88756820fd /include/config.h
parentcb4fb1ed02b59f798368a76f2596d7c24125e68a (diff)
downloadz180-stamp-7429bfac795f648892a4fc226bc92a40afc2cb83.zip
Increase max. # of command line args to 20 and max. # of environment variables to 30
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 90ff6fa..e20e094 100644
--- a/include/config.h
+++ b/include/config.h
@@ -28,7 +28,7 @@
#define CONFIG_ENV_SIZE 1600
#define CONFIG_ENV_OFFSET 0
-#define CONFIG_ENVVAR_MAX 20
+#define CONFIG_ENVVAR_MAX 30
#define CONFIG_BAUDRATE 115200L
#define CONFIG_PWRON_DELAY 2000 /* ms to wait after power on */
@@ -60,7 +60,7 @@
#define CONFIG_SYS_I2C_CLOCK 100000L /* SCL clock frequency in Hz */
#define CONFIG_SYS_CBSIZE 250
-#define CONFIG_SYS_MAXARGS 8
+#define CONFIG_SYS_MAXARGS 20
#define CONFIG_SYS_ENV_NAMELEN 16
#define CONFIG_SYS_PROMPT "=> "