]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/mx23_olinuxino.h
mxs: mmc: mx23_olinuxino: Add MMC support
[karo-tx-uboot.git] / include / configs / mx23_olinuxino.h
index e5e718c25257124887e3a6428a66faae4dd18673..303a9e56d596cffd7653bcb27c41c82d45330f1e 100644 (file)
 #define        CONFIG_DOS_PARTITION
 
 #define        CONFIG_CMD_CACHE
+#define        CONFIG_CMD_EXT2
 #define        CONFIG_CMD_FAT
 #define        CONFIG_CMD_GPIO
+#define        CONFIG_CMD_MMC
 
 /*
  * Memory configurations
 #define        CONFIG_CONS_INDEX               0
 #define        CONFIG_BAUDRATE                 115200  /* Default baud rate */
 
+/*
+ * MMC Driver
+ */
+#ifdef CONFIG_CMD_MMC
+#define CONFIG_MMC
+#define CONFIG_BOUNCE_BUFFER
+#define CONFIG_GENERIC_MMC
+#define CONFIG_MXS_MMC
+#endif
+
 /*
  * APBH DMA
  */