include/configs: remove default values of CONFIG_SYS_BARGSIZE
[platform/kernel/u-boot.git] / include / configs / ecovec.h
index fe56c8f..8cb3efc 100644 (file)
 #define CONFIG_ECOVEC_ROMIMAGE_ADDR 0xA0040000
 #define CONFIG_SYS_TEXT_BASE 0x8FFC0000
 
-#define CONFIG_CMD_SDRAM
-
-#define CONFIG_BOOTARGS                "console=ttySC0,115200"
-
 #define CONFIG_DISPLAY_BOARDINFO
 #undef  CONFIG_SHOW_BOOT_PROGRESS
 
 /* undef to save memory        */
 #define CONFIG_SYS_LONGHELP
 /* Monitor Command Prompt */
-/* Buffer size for input from the Console */
-#define CONFIG_SYS_CBSIZE              256
 /* Buffer size for Console output */
 #define CONFIG_SYS_PBSIZE              256
-/* max args accepted for monitor commands */
-#define CONFIG_SYS_MAXARGS             16
-/* Buffer size for Boot Arguments passed to kernel */
-#define CONFIG_SYS_BARGSIZE    512
 /* List of legal baudrate settings for this board */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 115200 }