include/configs: remove CONFIG_SYS_CBSIZE when the default value is used
[oweals/u-boot.git] / include / configs / ap325rxa.h
index 285041dbf830d05662735b5fbee200de6aca55fb..46a4f95c969555003884c6e350afc03a2c0230b3 100644 (file)
 #define CONFIG_CPU_SH7723      1
 #define CONFIG_AP325RXA        1
 
-#define CONFIG_CMD_SDRAM
-
-#define CONFIG_BOOTARGS                "console=ttySC2,38400"
-
 #define CONFIG_DISPLAY_BOARDINFO
 #undef  CONFIG_SHOW_BOOT_PROGRESS
 
@@ -35,8 +31,6 @@
 /* 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 */
@@ -47,7 +41,6 @@
 #define CONFIG_SYS_BAUDRATE_TABLE      { 38400 }
 
 /* SCIF */
-#define CONFIG_SCIF_CONSOLE 1
 #define CONFIG_SCIF_A          1 /* SH7723 has SCIF and SCIFA */
 #define CONFIG_CONS_SCIF5      1