diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-10-21 14:49:26 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas@localhost> | 2012-03-13 12:06:42 +0100 |
commit | c9abb4260c30fbfd51bb2cd551e7426e2ae15b66 (patch) | |
tree | 215d88c37a18993c0c83657a3a60832630ec21fa /arch/arm | |
parent | 72fa467988e7944407a634ddc4bc6a2df685c04c (diff) | |
download | u-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 'arch/arm')
-rw-r--r-- | arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c index a4e9f09..62f76fa 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c @@ -196,7 +196,7 @@ void at91_macb_hw_init(void) } #endif -#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, 1); /* MCCK */ |