Blackfin: bf537-stamp/bf527-ad7160-eval: convert to mmc_spi

Switch to the new common mmc_spi driver.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2010-12-24 12:53:47 -05:00
parent f02efacc51
commit 14dda9df19
3 changed files with 8 additions and 4 deletions

View File

@ -128,9 +128,8 @@
* SPI_MMC Settings * SPI_MMC Settings
*/ */
#define CONFIG_MMC #define CONFIG_MMC
#define CONFIG_CMD_EXT2 #define CONFIG_GENERIC_MMC
#define CONFIG_SPI_MMC #define CONFIG_MMC_SPI
#define CONFIG_SPI_MMC_DEFAULT_CS (MAX_CTRL_CS + GPIO_PH3)
/* /*

View File

@ -137,7 +137,8 @@
* SPI_MMC Settings * SPI_MMC Settings
*/ */
#define CONFIG_MMC #define CONFIG_MMC
#define CONFIG_SPI_MMC #define CONFIG_GENERIC_MMC
#define CONFIG_MMC_SPI
/* /*

View File

@ -34,10 +34,14 @@
# define CONFIG_DOS_PARTITION # define CONFIG_DOS_PARTITION
# endif # endif
# ifdef CONFIG_MMC # ifdef CONFIG_MMC
# define CONFIG_CMD_EXT2
# define CONFIG_CMD_FAT # define CONFIG_CMD_FAT
# define CONFIG_CMD_MMC # define CONFIG_CMD_MMC
# define CONFIG_DOS_PARTITION # define CONFIG_DOS_PARTITION
# endif # endif
# ifdef CONFIG_MMC_SPI
# define CONFIG_CMD_MMC_SPI
# endif
# ifdef CONFIG_USB # ifdef CONFIG_USB
# define CONFIG_CMD_EXT2 # define CONFIG_CMD_EXT2
# define CONFIG_CMD_FAT # define CONFIG_CMD_FAT