diff options
author | Adrian Filipi <adrian.filipi@eurotech.com> | 2008-07-22 14:28:11 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-30 00:26:03 +0200 |
commit | 7610db17fd4d59c51d825488526d85ede2f06767 (patch) | |
tree | 5f45289349fe3373ad3974b7bb036c0725cd8718 /cpu/pxa/mmc.c | |
parent | f96b44cef897bd372beb86dde1b33637c119d84d (diff) | |
download | talos-obmc-uboot-7610db17fd4d59c51d825488526d85ede2f06767.tar.gz talos-obmc-uboot-7610db17fd4d59c51d825488526d85ede2f06767.zip |
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/pxa/mmc.c')
-rw-r--r-- | cpu/pxa/mmc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/pxa/mmc.c b/cpu/pxa/mmc.c index 2c86a01a03..121dcbe132 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; |