summaryrefslogtreecommitdiff
path: root/doc/README.atmel_mci
diff options
context:
space:
mode:
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 */