From 8324f717597225a325204f74083baa83e99f8ec6 Mon Sep 17 00:00:00 2001 From: YH Lin Date: Mon, 3 Aug 2020 18:01:06 -0700 Subject: 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 Change-Id: I9f96c56fcc6a66067ad7c66da6cd60d8ccdde40c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2336180 Reviewed-by: caveh jalali --- board/todor/build.mk | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'board/todor/build.mk') 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 -- cgit v1.2.1