summaryrefslogtreecommitdiffstats
path: root/board/adsvix/pcmcia.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/adsvix/pcmcia.c')
-rw-r--r--board/adsvix/pcmcia.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/adsvix/pcmcia.c b/board/adsvix/pcmcia.c
index ba5be01397..5197680194 100644
--- a/board/adsvix/pcmcia.c
+++ b/board/adsvix/pcmcia.c
@@ -26,21 +26,10 @@
void pcmcia_power_on(void)
{
-#if 0
- if (!(GPLR(20) & GPIO_bit(20))) { /* 3.3V */
- GPCR(81) = GPIO_bit(81);
- GPSR(82) = GPIO_bit(82);
- }
- else if (!(GPLR(21) & GPIO_bit(21))) { /* 5.0V */
- GPCR(81) = GPIO_bit(81);
- GPCR(82) = GPIO_bit(82);
- }
-#else
#warning "Board will only supply 5V, wait for next HW spin for selectable power"
/* 5.0V */
GPCR(81) = GPIO_bit(81);
GPCR(82) = GPIO_bit(82);
-#endif
udelay(300000);