mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-17 07:56:25 -04: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
@ -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)
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user