Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig
[J-u-boot.git] / include / configs / microblaze-generic.h
index e190493c334206e55636fbbcf7388356a4dc7e54..41e6790d68e105291f50ba6b46156ce7fcd48023 100644 (file)
 /* MTD partitions */
 #define CONFIG_MTD_DEVICE      /* needed for mtdparts commands */
 #define CONFIG_FLASH_CFI_MTD
-#define MTDIDS_DEFAULT         "nor0=flash-0"
 
 /* default mtd partition table */
-#define MTDPARTS_DEFAULT       "mtdparts=flash-0:256k(u-boot),"\
-                               "256k(env),3m(kernel),1m(romfs),"\
-                               "1m(cramfs),-(jffs2)"
 #endif
 
 /* size of console buffer */
 #define        CONFIG_SYS_CBSIZE       512
- /* print buffer size */
-#define        CONFIG_SYS_PBSIZE \
-               (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 /* max number of command args */
 #define        CONFIG_SYS_MAXARGS      15
 #define        CONFIG_SYS_LONGHELP
This page took 0.023506 seconds and 4 git commands to generate.