summaryrefslogtreecommitdiffstats
path: root/doc/README.atmel_mci
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 /doc/README.atmel_mci
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 'doc/README.atmel_mci')
-rw-r--r--doc/README.atmel_mci2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.atmel_mci b/doc/README.atmel_mci
index 0cbd909829..1ec4465ca0 100644
--- a/doc/README.atmel_mci
+++ b/doc/README.atmel_mci
@@ -20,7 +20,7 @@ board/SoC specific manner before the driver is initialized:
example: this is added to at91sam9260_devices.c:
-#if defined(CONFIG_ATMEL_MCI) || defined(CONFIG_GENERIC_ATMEL_MCI)
+#if defined(CONFIG_GENERIC_ATMEL_MCI)
void at91_mci_hw_init(void)
{
at91_set_a_periph(AT91_PIO_PORTA, 8, PUP); /* MCCK */
OpenPOWER on IntegriCloud