Merge branch 'master' of git://git.denx.de/u-boot-i2c
[platform/kernel/u-boot.git] / include / configs / apf27.h
index 314ac89..40a82b8 100644 (file)
@@ -22,7 +22,6 @@
 /*
  * Enable the call to miscellaneous platform dependent initialization.
  */
-#define CONFIG_SYS_NO_FLASH
 
 /*
  * SPL
@@ -55,8 +54,6 @@
 /*
  * U-Boot Commands
  */
-#define CONFIG_CMD_BSP         /* Board Specific functions     */
-#define CONFIG_CMD_DATE
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_IMX_FUSE    /* imx iim fuse                 */
 #define CONFIG_CMD_MTDPARTS    /* MTD partition support        */
  */
 #define CONFIG_MXC_UART
 #define CONFIG_CONS_INDEX              1
-#define CONFIG_BAUDRATE                        115200
 #define CONFIG_MXC_UART_BASE           UART1_BASE
 
 /*
  */
 #define CONFIG_MTD_DEVICE
 #define CONFIG_MTD_PARTITIONS
-#define CONFIG_DOS_PARTITION
 #define CONFIG_SUPPORT_VFAT
 
 /*
  * SD/MMC
  */
 #ifdef CONFIG_CMD_MMC
-#define CONFIG_GENERIC_MMC
 #define CONFIG_MXC_MCI_REGS_BASE       0x10014000
 #endif