Convert CONFIG_CMD_EEPROM et al to Kconfig
[oweals/u-boot.git] / include / configs / apf27.h
index 314ac898ea103688315465fb73fac0a913f8a743..34507510547bd0e59121f52940ff9fb4535718bf 100644 (file)
@@ -22,7 +22,6 @@
 /*
  * Enable the call to miscellaneous platform dependent initialization.
  */
-#define CONFIG_SYS_NO_FLASH
 
 /*
  * SPL
@@ -55,9 +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_CMD_NAND                /* NAND 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