]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/tx53.h
karo: configs: increase MAXARGS to 256
[karo-tx-uboot.git] / include / configs / tx53.h
index 06072aaf49ce31a1e67e3b3071df356ad3984255..4140cc06fc1e2585df611917c48fcd81fa5db838 100644 (file)
 #define CONFIG_VIDEO_BMP_RLE8
 #endif /* CONFIG_LCD */
 
-#ifdef CONFIG_SYS_LVDS_IF
-#define is_lvds()                      1
-#else
-#define is_lvds()                      0
-#endif
-
 /*
  * Memory configuration options
  */
@@ -73,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 */