da850/omap-l138: Add MMC support for DA850/OMAP-L138
This patch adds support for MMC/SD on DA850/OMAP-L138. Tested-by: Christian Riesch <christian.riesch@omicron.at> Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Rajashekhara, Sudhakar <sudhakar.raj@ti.com> Signed-off-by: Hadli, Manjunath <manjunath.hadli@ti.com>
This commit is contained in:
committed by
Albert ARIBAUD
parent
3b97152b63
commit
ecc98ec18c
@@ -311,6 +311,23 @@
|
||||
#undef CONFIG_CMD_ENV
|
||||
#endif
|
||||
|
||||
/* SD/MMC configuration */
|
||||
#define CONFIG_MMC
|
||||
#define CONFIG_DAVINCI_MMC_SD1
|
||||
#define CONFIG_GENERIC_MMC
|
||||
#define CONFIG_DAVINCI_MMC
|
||||
|
||||
/*
|
||||
* Enable MMC commands only when
|
||||
* MMC support is present
|
||||
*/
|
||||
#ifdef CONFIG_MMC
|
||||
#define CONFIG_DOS_PARTITION
|
||||
#define CONFIG_CMD_EXT2
|
||||
#define CONFIG_CMD_FAT
|
||||
#define CONFIG_CMD_MMC
|
||||
#endif
|
||||
|
||||
/* defines for SPL */
|
||||
#define CONFIG_SPL
|
||||
#define CONFIG_SPL_SPI_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user