diff options
author | Marek Vasut <marex@denx.de> | 2012-09-30 10:09:50 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-10-22 02:56:25 -0500 |
commit | 48cf9dc63c9353febf8b2c27ff20f0d6dc56d6b6 (patch) | |
tree | 8b33abddeb5087f790d16acb930ffd5595726b3d /drivers/mmc/Makefile | |
parent | 831f849f79f2c9fcaa6f85f4158296d2dbc3916c (diff) | |
download | u-boot-imx-48cf9dc63c9353febf8b2c27ff20f0d6dc56d6b6.zip u-boot-imx-48cf9dc63c9353febf8b2c27ff20f0d6dc56d6b6.tar.gz u-boot-imx-48cf9dc63c9353febf8b2c27ff20f0d6dc56d6b6.tar.bz2 |
mmc: pxa: Remove the old non-generic PXA MMC driver
This driver is no longer used and it's remaining users were converted
to the new generic PXA MMC driver. Thus, remove this driver.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Andy Fleming <afleming@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r-- | drivers/mmc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 565ba6a..ac3cb0b 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -41,7 +41,6 @@ COBJS-$(CONFIG_MV_SDHCI) += mv_sdhci.o COBJS-$(CONFIG_MXC_MMC) += mxcmmc.o COBJS-$(CONFIG_MXS_MMC) += mxsmmc.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_SDHCI) += sdhci.o COBJS-$(CONFIG_S5P_SDHCI) += s5p_sdhci.o |