summaryrefslogtreecommitdiff
path: root/board/lingcod/build.mk
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2020-07-30 15:04:54 -0600
committerCommit Bot <commit-bot@chromium.org>2020-07-31 20:38:49 +0000
commit402dfdbeaa2ea020101bc2ca93ac17c9d713ba45 (patch)
tree263e72e26825d80aac365c30fd9e5a56f8492f7b /board/lingcod/build.mk
parent7b9866453f63d3a741f57dfeb743e7c4f02dad64 (diff)
downloadchrome-ec-402dfdbeaa2ea020101bc2ca93ac17c9d713ba45.tar.gz
lingcod: 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: I18672dcefd4f8f4d899bdad26af3223d2f16d0d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2330572 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/lingcod/build.mk')
-rw-r--r--board/lingcod/build.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/lingcod/build.mk b/board/lingcod/build.mk
index ca046e8d97..279b2e559e 100644
--- a/board/lingcod/build.mk
+++ b/board/lingcod/build.mk
@@ -11,23 +11,6 @@ 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