summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorAdrian Filipi <adrian.filipi@eurotech.com>2008-07-22 18:28:11 (GMT)
committerWolfgang Denk <wd@denx.de>2008-07-29 22:26:03 (GMT)
commit7610db17fd4d59c51d825488526d85ede2f06767 (patch)
tree5f45289349fe3373ad3974b7bb036c0725cd8718 /cpu
parentf96b44cef897bd372beb86dde1b33637c119d84d (diff)
downloadu-boot-fsl-qoriq-7610db17fd4d59c51d825488526d85ede2f06767.tar.xz
Removed support for the adsvix board.
Support for the adsvix was originally provided by Applied Data Systems (ADS), inc., now EuroTech, Inc. The board never shipped aside from some sample boards. Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
Diffstat (limited to 'cpu')
-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;