summaryrefslogtreecommitdiff
path: root/board/elemi
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-10-16 12:05:58 -0600
committerCommit Bot <commit-bot@chromium.org>2020-10-16 21:31:31 +0000
commit5e76483b7488920cfae80827b0ca1e6cc3990544 (patch)
treed446fb1bcce7579a0b42819d78be680c95971e26 /board/elemi
parenta6b7fb3d3d1a185e5c89f7b086a1e80edf246109 (diff)
downloadchrome-ec-5e76483b7488920cfae80827b0ca1e6cc3990544.tar.gz
volteer: remove volteer_tcpmv1
The volteer_tpcmv1 AP image has been removed, so the EC build based on the TCPMv1 stack is no longer needed. BUG=b:170658751 BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I8c5c3ffc95a588d4f24846eac3558184add9a444 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2481224 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Commit-Queue: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'board/elemi')
-rw-r--r--board/elemi/board.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/elemi/board.h b/board/elemi/board.h
index 0efc83180c..15e6938562 100644
--- a/board/elemi/board.h
+++ b/board/elemi/board.h
@@ -11,21 +11,6 @@
/* Baseboard features */
#include "baseboard.h"
-#ifdef BOARD_VOLTEER_TCPMV1
-/* Disable TCPMv2 configuration options */
-#undef CONFIG_USB_PD_TCPMV2
-
-/* Enable the required TCPMv1 options */
-#define CONFIG_USB_PD_TCPMV1
-
-/*
- * Because the TPCMv1 stack has considerably smaller flash footprint, disable
- * the CONFIG_CHIP_INIT_ROM_REGION for testing of the init_rom API and the
- * BMI260 driver.
- */
-#undef CONFIG_CHIP_INIT_ROM_REGION
-#endif
-
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */