]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/rsk7203.h
include/configs: drop default definitions of CONFIG_SYS_MAXARGS
[people/ms/u-boot.git] / include / configs / rsk7203.h
index 8dc839df96e9b9496853c5c291f03255c1ed499a..2f847462e26a22d3175719d1894db7be8a2a9e39 100644 (file)
@@ -13,9 +13,6 @@
 #define CONFIG_CPU_SH7203      1
 #define CONFIG_RSK7203 1
 
-#define CONFIG_CMD_SDRAM
-
-#define CONFIG_BOOTARGS                "console=ttySC0,115200"
 #define CONFIG_LOADADDR                0x0C100000 /* RSK7203_SDRAM_BASE + 1MB */
 
 #define CONFIG_DISPLAY_BOARDINFO
 
 #define CONFIG_SYS_TEXT_BASE   0x0C7C0000
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
-#define CONFIG_SYS_CBSIZE      256     /* Buffer size for input from the Console */
-#define CONFIG_SYS_PBSIZE      256     /* Buffer size for Console output */
-#define CONFIG_SYS_MAXARGS     16      /* max args accepted for monitor commands */
 /* 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 }
 
 /* SCIF */
-#define CONFIG_SCIF_CONSOLE    1
 #define CONFIG_CONS_SCIF0      1
 
 #define CONFIG_SYS_MEMTEST_START       RSK7203_SDRAM_BASE
@@ -63,7 +56,6 @@
 #define CONFIG_SYS_MAX_FLASH_SECT      64
 #define CONFIG_SYS_MAX_FLASH_BANKS     1
 
-#define CONFIG_ENV_IS_IN_FLASH
 #define CONFIG_ENV_SECT_SIZE   (64 * 1024)
 #define CONFIG_ENV_SIZE                CONFIG_ENV_SECT_SIZE
 #define CONFIG_ENV_ADDR                (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)