Merge git://www.denx.de/git/u-boot-marvell
This commit is contained in:
@@ -114,6 +114,9 @@
|
||||
#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
|
||||
CONFIG_SYS_SCSI_MAX_LUN)
|
||||
|
||||
/* MMC/SD IP block */
|
||||
#define CONFIG_GENERIC_MMC
|
||||
|
||||
#define CONFIG_SUPPORT_VFAT
|
||||
|
||||
/* DISK Partition support */
|
||||
|
||||
@@ -126,6 +126,9 @@
|
||||
#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
|
||||
CONFIG_SYS_SCSI_MAX_LUN)
|
||||
|
||||
/* MMC/SD IP block */
|
||||
#define CONFIG_GENERIC_MMC
|
||||
|
||||
#define CONFIG_SUPPORT_VFAT
|
||||
|
||||
/* DISK Partition support */
|
||||
|
||||
@@ -235,6 +235,7 @@ struct sdhci_ops {
|
||||
#endif
|
||||
int (*get_cd)(struct sdhci_host *host);
|
||||
void (*set_control_reg)(struct sdhci_host *host);
|
||||
void (*set_ios_post)(struct sdhci_host *host);
|
||||
void (*set_clock)(struct sdhci_host *host, u32 div);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user