summaryrefslogtreecommitdiff
path: root/board/todor/build.mk
diff options
context:
space:
mode:
authorYH Lin <yueherngl@google.com>2020-08-03 18:01:06 -0700
committerCommit Bot <commit-bot@chromium.org>2020-08-04 04:12:34 +0000
commit8324f717597225a325204f74083baa83e99f8ec6 (patch)
tree2437ada66dafee09aa7ad6d1b94d5d0b75fbc26a /board/todor/build.mk
parent55e935738d6922e2106ff70434752847bcd584c0 (diff)
downloadchrome-ec-8324f717597225a325204f74083baa83e99f8ec6.tar.gz
todor: sync with terrador
Sync the codes/configuration from terrador as todor replaces terrador p1. BUG=b:162196573 BRANCH=master TEST=make BOARD=todor success. Signed-off-by: YH Lin <yueherngl@chromium.org> Change-Id: I9f96c56fcc6a66067ad7c66da6cd60d8ccdde40c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2336180 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/todor/build.mk')
-rw-r--r--board/todor/build.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/todor/build.mk b/board/todor/build.mk
index f16b1520c0..b78172d3cf 100644
--- a/board/todor/build.mk
+++ b/board/todor/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