aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron_jerry/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/veyron_jerry/board.h')
-rw-r--r--src/mainboard/google/veyron_jerry/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron_jerry/board.h b/src/mainboard/google/veyron_jerry/board.h
index 6162b030c6..2b1643d4bd 100644
--- a/src/mainboard/google/veyron_jerry/board.h
+++ b/src/mainboard/google/veyron_jerry/board.h
@@ -25,7 +25,7 @@
#define PMIC_BUS 0
-#define GPIO_RESET (board_id() > 0 ? GPIO(0, B, 5) : GPIO(0, B, 2))
+#define GPIO_RESET GPIO(0, B, 5)
/* TODO: move setup_chromeos_gpios() here once bootblock code is in mainboard */