summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/boldar/board.h15
-rw-r--r--board/eldrid/board.h8
-rw-r--r--board/elemi/board.h15
-rw-r--r--board/volteer/board.h15
l---------board/volteer_tcpmv11
5 files changed, 0 insertions, 54 deletions
diff --git a/board/boldar/board.h b/board/boldar/board.h
index 64efbf82af..67476d8a2e 100644
--- a/board/boldar/board.h
+++ b/board/boldar/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. */
diff --git a/board/eldrid/board.h b/board/eldrid/board.h
index b7b0b62d95..537ab2cf36 100644
--- a/board/eldrid/board.h
+++ b/board/eldrid/board.h
@@ -11,14 +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
-#endif
-
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
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. */
diff --git a/board/volteer/board.h b/board/volteer/board.h
index 4aa02f6d6b..7ab87313f6 100644
--- a/board/volteer/board.h
+++ b/board/volteer/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. */
diff --git a/board/volteer_tcpmv1 b/board/volteer_tcpmv1
deleted file mode 120000
index f2f3e1d253..0000000000
--- a/board/volteer_tcpmv1
+++ /dev/null
@@ -1 +0,0 @@
-volteer \ No newline at end of file