diff options
author | Wolfgang Denk <wd@denx.de> | 2011-11-03 20:36:16 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-03 20:36:16 +0100 |
commit | 24769c151ef6cd068fcd6de7f13b62f92084b4c4 (patch) | |
tree | 15032187aba72588b707bccaed30854252b10968 /drivers/mmc/Makefile | |
parent | e84fb175f671d2dc9a0b2253ac28b85a2f3620cd (diff) | |
parent | de71fbe468b5531914735c88834187ae4e64202f (diff) | |
download | u-boot-imx-24769c151ef6cd068fcd6de7f13b62f92084b4c4.zip u-boot-imx-24769c151ef6cd068fcd6de7f13b62f92084b4c4.tar.gz u-boot-imx-24769c151ef6cd068fcd6de7f13b62f92084b4c4.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mmc
* 'master' of git://git.denx.de/u-boot-mmc:
tegra2: Move MMC clock initialization into MMC driver
mmc: sdhci: fix sdma bug for large file transfer
mmc: sdhci: add timeout for data transfer
mmc: sdhci: add mmc structure for host
mmc: sdhci: fix build warning
mmc: sdhci: fix cache flush
mmc: CMD7:MMC_CMD_SELECT_CARD response fix
mmc: test mmc bus width on startup
mmc: change magic number to macro define
mmc: mv_sdhci: fix 8bus width access for 88SV331xV5
mmc: retry the cmd8 to meet 74 clocks requirement in the spec
PXA: Add MMC driver using the generic MMC framework
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r-- | drivers/mmc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 6e94860..9f9db75 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -38,6 +38,7 @@ COBJS-$(CONFIG_MV_SDHCI) += mv_sdhci.o COBJS-$(CONFIG_MXC_MMC) += mxcmmc.o COBJS-$(CONFIG_OMAP_HSMMC) += omap_hsmmc.o COBJS-$(CONFIG_PXA_MMC) += pxa_mmc.o +COBJS-$(CONFIG_PXA_MMC_GENERIC) += pxa_mmc_gen.o COBJS-$(CONFIG_S5P_MMC) += s5p_mmc.o COBJS-$(CONFIG_SDHCI) += sdhci.o COBJS-$(CONFIG_SH_MMCIF) += sh_mmcif.o |