include/configs: remove default values of CONFIG_SYS_BARGSIZE
[platform/kernel/u-boot.git] / include / configs / ms7750se.h
index 497b8c7..e942758 100644 (file)
@@ -22,7 +22,6 @@
  */
 #define CONFIG_CONS_SCIF1      1
 
-#define CONFIG_BOOTARGS                "console=ttySC0,38400"
 #define CONFIG_ENV_OVERWRITE   1
 
 /* SDRAM */
 #define CONFIG_SYS_SDRAM_SIZE          (64 * 1024 * 1024)
 
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_CBSIZE              256
 #define CONFIG_SYS_PBSIZE              256
-#define CONFIG_SYS_MAXARGS             16
-#define CONFIG_SYS_BARGSIZE            512
 
 #define CONFIG_SYS_TEXT_BASE           0x8FFC0000
 #define CONFIG_SYS_MEMTEST_START       (CONFIG_SYS_SDRAM_BASE)