]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/rpi.h
include/configs: drop default definitions of CONFIG_SYS_MAXARGS
[people/ms/u-boot.git] / include / configs / rpi.h
index 439bdbcd26a356583fc6d7c90e1d404394f962c5..b94f75278215753fc8cd249817f6c8bf20cee609 100644 (file)
@@ -86,8 +86,6 @@
 
 /* Console configuration */
 #define CONFIG_SYS_CBSIZE              1024
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE +            \
-                                        sizeof(CONFIG_SYS_PROMPT) + 16)
 
 /* Environment */
 #define CONFIG_ENV_SIZE                        SZ_16K
@@ -96,7 +94,6 @@
 #define CONFIG_PREBOOT                 "usb start"
 
 /* Shell */
-#define CONFIG_SYS_MAXARGS             16
 #define CONFIG_CMDLINE_EDITING
 
 /* ATAGs support for bootm/bootz */