diff options
author | Sven Schnelle | 2011-10-21 14:49:26 +0200 |
---|---|---|
committer | Andreas Bießmann | 2012-03-13 12:06:42 +0100 |
commit | c9abb4260c30fbfd51bb2cd551e7426e2ae15b66 (patch) | |
tree | 215d88c37a18993c0c83657a3a60832630ec21fa /drivers/mmc/Makefile | |
parent | 72fa467988e7944407a634ddc4bc6a2df685c04c (diff) |
ATMEL: remove old atmel_mci driver
All boards are using the gen_atmel_mci driver now, so no need
to carry the old driver around.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.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 506f1d6eff6..c245352acad 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -25,7 +25,6 @@ include $(TOPDIR)/config.mk LIB := $(obj)libmmc.o -COBJS-$(CONFIG_ATMEL_MCI) += atmel_mci.o COBJS-$(CONFIG_BFIN_SDH) += bfin_sdh.o COBJS-$(CONFIG_DAVINCI_MMC) += davinci_mmc.o COBJS-$(CONFIG_FSL_ESDHC) += fsl_esdhc.o |