summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/pmu_tps65090.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/common/pmu_tps65090.c b/common/pmu_tps65090.c
index 240d97b1d0..70b5dbeb2c 100644
--- a/common/pmu_tps65090.c
+++ b/common/pmu_tps65090.c
@@ -621,20 +621,7 @@ static void pmu_chipset_startup(void)
{
pmu_init();
-#if defined(BOARD_puppy)
- /* Enable all FETs.
- *
- * TODO: This is temporary code; remove when I2C passthru is working
- * (crosbug.com/p/18778).
- */
- {
- int i;
- int pgood;
-
- for (i = 1; i <= 7; i++)
- pmu_enable_fet(i, 1, &pgood);
- }
-#elif defined(BOARD_pit)
+#ifdef BOARD_pit
/* Enable FET4 by default which allows for SD Card booting */
{
int pgood;