summaryrefslogtreecommitdiff
path: root/cpu/pxa/mmc.c
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-07-30 10:07:08 +0200
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-07-30 10:07:08 +0200
commitb2b15ebb66f0e7958dff8916077da0aceb2982a8 (patch)
tree33ad7fe298698b4b59d53751b6b050e7e86dea34 /cpu/pxa/mmc.c
parentb8ec9fb736abd99bff071bdf809951ea1b8a5dff (diff)
parent5c374c9ee16fee2bf68533cc4010b3c0df21f783 (diff)
downloadu-boot-imx-b2b15ebb66f0e7958dff8916077da0aceb2982a8.zip
u-boot-imx-b2b15ebb66f0e7958dff8916077da0aceb2982a8.tar.gz
u-boot-imx-b2b15ebb66f0e7958dff8916077da0aceb2982a8.tar.bz2
Merge branch 'hammerhead' of git://git.denx.de/u-boot-avr32
Diffstat (limited to 'cpu/pxa/mmc.c')
-rw-r--r--cpu/pxa/mmc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/pxa/mmc.c b/cpu/pxa/mmc.c
index 2c86a01..121dcbe 100644
--- a/cpu/pxa/mmc.c
+++ b/cpu/pxa/mmc.c
@@ -559,11 +559,6 @@ mmc_init(int verbose)
set_GPIO_mode(GPIO8_MMCCS0_MD);
#endif
CKEN |= CKEN12_MMC; /* enable MMC unit clock */
-#if defined(CONFIG_ADSVIX)
- /* turn on the power */
- GPCR(114) = GPIO_bit(114);
- udelay(1000);
-#endif
MMC_CLKRT = MMC_CLKRT_0_3125MHZ;
MMC_RESTO = MMC_RES_TO_MAX;