summaryrefslogtreecommitdiffstats
path: root/arch/avr32/lib
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 /arch/avr32/lib
parent72fa467988e7944407a634ddc4bc6a2df685c04c (diff)
downloadblackbird-obmc-uboot-c9abb4260c30fbfd51bb2cd551e7426e2ae15b66.tar.gz
blackbird-obmc-uboot-c9abb4260c30fbfd51bb2cd551e7426e2ae15b66.zip
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 'arch/avr32/lib')
-rw-r--r--arch/avr32/lib/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/lib/board.c b/arch/avr32/lib/board.c
index e110d234e8..d626c29c00 100644
--- a/arch/avr32/lib/board.c
+++ b/arch/avr32/lib/board.c
@@ -39,7 +39,7 @@
#define CONFIG_IDENT_STRING ""
#endif
-#ifdef CONFIG_ATMEL_MCI
+#ifdef CONFIG_GENERIC_ATMEL_MCI
#include <mmc.h>
#endif
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud