]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/edb93xx.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / configs / edb93xx.h
index 9170a94e364ffbc4169c5a101007d74f8fd8faa8..6e024d1b2fd8282e2ebb3e246afdcc8f876f12ac 100644 (file)
 
 /* Monitor configuration */
 
-#define CONFIG_SYS_LONGHELP                    /* Enable "long" help in mon */
 #define CONFIG_SYS_CBSIZE              1024    /* Console I/O buffer size */
-/* Print buffer size */
-#define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
-/* Boot argument buffer size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-#define CONFIG_SYS_MAXARGS     16              /* Max number of command args */
 
 /* Serial port hardware configuration */
-#define CONFIG_PL010_SERIAL
 #define CONFIG_CONS_INDEX              0
 #define CONFIG_SYS_BAUDRATE_TABLE      {9600, 19200, 38400, 57600, \
                         115200, 230400}
 #define CONFIG_SYS_MAX_FLASH_BANKS     1
 #define CONFIG_SYS_MAX_FLASH_SECT      (256+8)
 
-#define CONFIG_SYS_TEXT_BASE           0x60000000
 #define PHYS_FLASH_1                   CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_FLASH_BASE          CONFIG_SYS_TEXT_BASE