summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/bip/build.mk3
-rw-r--r--board/bip/usb_pd_policy.c8
-rw-r--r--board/bobba/build.mk1
-rw-r--r--board/bobba/usb_pd_policy.c8
-rw-r--r--board/phaser/build.mk1
-rw-r--r--board/phaser/usb_pd_policy.c8
-rw-r--r--board/yorp/build.mk1
-rw-r--r--board/yorp/usb_pd_policy.c8
8 files changed, 1 insertions, 37 deletions
diff --git a/board/bip/build.mk b/board/bip/build.mk
index 9842cf8903..19af8444e5 100644
--- a/board/bip/build.mk
+++ b/board/bip/build.mk
@@ -12,5 +12,4 @@ CHIP_VARIANT:=it8320bx
BASEBOARD:=octopus
board-y=board.o led.o
-board-$(CONFIG_BATTERY_SMART)+=battery.o
-board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o \ No newline at end of file
+board-$(CONFIG_BATTERY_SMART)+=battery.o \ No newline at end of file
diff --git a/board/bip/usb_pd_policy.c b/board/bip/usb_pd_policy.c
deleted file mode 100644
index 82922f9a4d..0000000000
--- a/board/bip/usb_pd_policy.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "common.h"
-
-/* TODO(b/78638238): Remove file if still unused after DVT */
diff --git a/board/bobba/build.mk b/board/bobba/build.mk
index 7e806f4667..3d04b75731 100644
--- a/board/bobba/build.mk
+++ b/board/bobba/build.mk
@@ -13,4 +13,3 @@ BASEBOARD:=octopus
board-y=board.o led.o
board-$(CONFIG_BATTERY_SMART)+=battery.o
-board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o
diff --git a/board/bobba/usb_pd_policy.c b/board/bobba/usb_pd_policy.c
deleted file mode 100644
index a405566b84..0000000000
--- a/board/bobba/usb_pd_policy.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "common.h"
-
-/* TODO(b/78638238): Remove file if unused */
diff --git a/board/phaser/build.mk b/board/phaser/build.mk
index 7e806f4667..3d04b75731 100644
--- a/board/phaser/build.mk
+++ b/board/phaser/build.mk
@@ -13,4 +13,3 @@ BASEBOARD:=octopus
board-y=board.o led.o
board-$(CONFIG_BATTERY_SMART)+=battery.o
-board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o
diff --git a/board/phaser/usb_pd_policy.c b/board/phaser/usb_pd_policy.c
deleted file mode 100644
index 82922f9a4d..0000000000
--- a/board/phaser/usb_pd_policy.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "common.h"
-
-/* TODO(b/78638238): Remove file if still unused after DVT */
diff --git a/board/yorp/build.mk b/board/yorp/build.mk
index 7e806f4667..3d04b75731 100644
--- a/board/yorp/build.mk
+++ b/board/yorp/build.mk
@@ -13,4 +13,3 @@ BASEBOARD:=octopus
board-y=board.o led.o
board-$(CONFIG_BATTERY_SMART)+=battery.o
-board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o
diff --git a/board/yorp/usb_pd_policy.c b/board/yorp/usb_pd_policy.c
deleted file mode 100644
index 82922f9a4d..0000000000
--- a/board/yorp/usb_pd_policy.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "common.h"
-
-/* TODO(b/78638238): Remove file if still unused after DVT */