summaryrefslogtreecommitdiff
path: root/board/volteer/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/volteer/build.mk')
-rw-r--r--board/volteer/build.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/volteer/build.mk b/board/volteer/build.mk
index 3a8b18a598..bcf93c58cb 100644
--- a/board/volteer/build.mk
+++ b/board/volteer/build.mk
@@ -11,24 +11,7 @@ CHIP_FAMILY:=npcx7
CHIP_VARIANT:=npcx7m6fc
BASEBOARD:=volteer
-# TODO: b/143375057 - Remove this code after power on.
-#
-# Temporary for board power on. Provide a Volteer specific make option
-# to enable the power signal GPIOs that are not stuffed by default. This
-# is a backup if board logic power sequencing needs to be adjusted.
-#
-# Set the following variable to 'y' to enable the Volteer optional power signals
-VOLTEER_POWER_SEQUENCE=
-ifneq (,$(VOLTEER_POWER_SEQUENCE))
-CFLAGS_BASEBOARD+=-DVOLTEER_POWER_SEQUENCE
-endif
-
-# Force changes to VOLTEER_POWER_SEQUENCE variable to trigger a full build.
-ENV_VARS := VOLTEER_POWER_SEQUENCE
-
-
board-y=board.o
board-y+=battery.o
board-y+=led.o
-board-$(VOLTEER_POWER_SEQUENCE)+=power_sequence.o
board-y+=sensors.o