summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-10-21 14:49:26 +0200
committerAndreas Bießmann <andreas@localhost>2012-03-13 12:06:42 +0100
commitc9abb4260c30fbfd51bb2cd551e7426e2ae15b66 (patch)
tree215d88c37a18993c0c83657a3a60832630ec21fa /drivers/mmc/Makefile
parent72fa467988e7944407a634ddc4bc6a2df685c04c (diff)
downloadu-boot-imx-c9abb4260c30fbfd51bb2cd551e7426e2ae15b66.zip
u-boot-imx-c9abb4260c30fbfd51bb2cd551e7426e2ae15b66.tar.gz
u-boot-imx-c9abb4260c30fbfd51bb2cd551e7426e2ae15b66.tar.bz2
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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index 506f1d6..c245352 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