]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
Increase max. # of command line args to 20 and max. # of environment variables to 30
authorLeo C <erbl259-lmu@yahoo.de>
Mon, 30 May 2016 21:46:37 +0000 (23:46 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Mon, 30 May 2016 21:46:37 +0000 (23:46 +0200)
include/config.h

index 90ff6fa3dbb5106413294f13048d89ff34045627..e20e094303a61a8f2614518a600c6af4454d883b 100644 (file)
@@ -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      "=> "