mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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:
parent
f02efacc51
commit
14dda9df19
3 changed files with 8 additions and 4 deletions
|
@ -128,9 +128,8 @@
|
|||
* SPI_MMC Settings
|
||||
*/
|
||||
#define CONFIG_MMC
|
||||
#define CONFIG_CMD_EXT2
|
||||
#define CONFIG_SPI_MMC
|
||||
#define CONFIG_SPI_MMC_DEFAULT_CS (MAX_CTRL_CS + GPIO_PH3)
|
||||
#define CONFIG_GENERIC_MMC
|
||||
#define CONFIG_MMC_SPI
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -137,7 +137,8 @@
|
|||
* SPI_MMC Settings
|
||||
*/
|
||||
#define CONFIG_MMC
|
||||
#define CONFIG_SPI_MMC
|
||||
#define CONFIG_GENERIC_MMC
|
||||
#define CONFIG_MMC_SPI
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -34,10 +34,14 @@
|
|||
# define CONFIG_DOS_PARTITION
|
||||
# endif
|
||||
# ifdef CONFIG_MMC
|
||||
# define CONFIG_CMD_EXT2
|
||||
# define CONFIG_CMD_FAT
|
||||
# define CONFIG_CMD_MMC
|
||||
# define CONFIG_DOS_PARTITION
|
||||
# endif
|
||||
# ifdef CONFIG_MMC_SPI
|
||||
# define CONFIG_CMD_MMC_SPI
|
||||
# endif
|
||||
# ifdef CONFIG_USB
|
||||
# define CONFIG_CMD_EXT2
|
||||
# define CONFIG_CMD_FAT
|
||||
|
|
Loading…
Reference in a new issue