summaryrefslogtreecommitdiff
path: root/board/trondo/build.mk
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2020-07-30 15:06:21 -0600
committerCommit Bot <commit-bot@chromium.org>2020-07-31 20:39:21 +0000
commit982a1f2316218e6d1a174040d5aea217b1b623d2 (patch)
tree89396d698cf8c16c1ca985e155004ad50d4bd7ea /board/trondo/build.mk
parent9f0253427ca0da1373c6582b306654acb2ff2f78 (diff)
downloadchrome-ec-982a1f2316218e6d1a174040d5aea217b1b623d2.tar.gz
trondo: Remove power sequencing
The board/AP can handle power sequencing without EC intervention. This support was already disabled by default in configuration. BUG=b:143375057 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I57bce18091638cd1f6c135a42d5c4c46cc7570dd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2330575 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/trondo/build.mk')
-rw-r--r--board/trondo/build.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/trondo/build.mk b/board/trondo/build.mk
index f16b1520c0..b78172d3cf 100644
--- a/board/trondo/build.mk
+++ b/board/trondo/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