summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/daisy/board.h2
-rw-r--r--board/mccroskey/board.h2
-rw-r--r--board/pit/board.h2
-rw-r--r--board/snow/board.h2
4 files changed, 0 insertions, 8 deletions
diff --git a/board/daisy/board.h b/board/daisy/board.h
index a31f3dfa25..c94606c8d1 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -44,8 +44,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
-#define USB_CHARGE_PORT_COUNT 0
-
/* Keyboard output port list */
#define KB_OUT_PORT_LIST GPIO_B, GPIO_C
diff --git a/board/mccroskey/board.h b/board/mccroskey/board.h
index 79328181ab..5910020bc9 100644
--- a/board/mccroskey/board.h
+++ b/board/mccroskey/board.h
@@ -38,8 +38,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL)
-#define USB_CHARGE_PORT_COUNT 0
-
/* Keyboard output ports */
#define KB_OUT_PORT_LIST GPIO_C
diff --git a/board/pit/board.h b/board/pit/board.h
index bd42f72415..f28fc01b13 100644
--- a/board/pit/board.h
+++ b/board/pit/board.h
@@ -48,8 +48,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
-#define USB_CHARGE_PORT_COUNT 0
-
/* Keyboard output port list */
#define KB_OUT_PORT_LIST GPIO_A, GPIO_B, GPIO_C
diff --git a/board/snow/board.h b/board/snow/board.h
index be883ae373..f828e50044 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -46,8 +46,6 @@
/* By default, enable all console messages except keyboard */
#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
-#define USB_CHARGE_PORT_COUNT 0
-
/* Keyboard output ports */
#define KB_OUT_PORT_LIST GPIO_B, GPIO_C