summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2021-03-16 22:58:51 +0000
committerCommit Bot <commit-bot@chromium.org>2021-03-19 13:21:35 +0000
commit9211a305de3115ed3bc1db27c7451f3b7871b435 (patch)
treebd4061ddd9cd0a703339de983ee305aeb5594db7
parent82a0bda9e9012be92d19f90df75274feecd985e6 (diff)
downloadchrome-ec-stabilize-13856.B-main.tar.gz
Revert "voxel, drobit: Create EC mode entry builds"stabilize-13856.B-main
This reverts commit 5cc244149f9d2f2502860bb7fc718676001c3d26. Reason for revert: This breaks builds outside the EC that still rely on voxel_apmodeentry (that should also be deleted). BUG=none TEST=none Change-Id: I143e332cdcd1348239f8cf632c5b49c23d75617c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2774908 Reviewed-by: Kazuhiro Inaba <kinaba@chromium.org> Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org> Tested-by: Kazuhiro Inaba <kinaba@chromium.org> Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org>
-rw-r--r--board/drobit/board.h3
l---------board/drobit_ecmodeentry1
-rw-r--r--board/voxel/board.h3
l---------board/voxel_apmodeentry (renamed from board/voxel_ecmodeentry)0
4 files changed, 0 insertions, 7 deletions
diff --git a/board/drobit/board.h b/board/drobit/board.h
index 2f3b023622..61c89442b0 100644
--- a/board/drobit/board.h
+++ b/board/drobit/board.h
@@ -62,9 +62,6 @@
#define PD_MAX_VOLTAGE_MV 20000
#define CONFIG_USB_PD_REQUIRE_AP_MODE_ENTRY
-#ifdef BOARD_DROBIT_ECMODEENTRY
-#undef CONFIG_USB_PD_REQUIRE_AP_MODE_ENTRY
-#endif
/* Enabling Thunderbolt-compatible mode */
#define CONFIG_USB_PD_TBT_COMPAT_MODE
diff --git a/board/drobit_ecmodeentry b/board/drobit_ecmodeentry
deleted file mode 120000
index c3ab5c1706..0000000000
--- a/board/drobit_ecmodeentry
+++ /dev/null
@@ -1 +0,0 @@
-drobit \ No newline at end of file
diff --git a/board/voxel/board.h b/board/voxel/board.h
index dabd6ebe14..bf92358030 100644
--- a/board/voxel/board.h
+++ b/board/voxel/board.h
@@ -77,9 +77,6 @@
#define PD_MAX_VOLTAGE_MV 20000
#define CONFIG_USB_PD_REQUIRE_AP_MODE_ENTRY
-#ifdef BOARD_VOXEL_ECMODEENTRY
-#undef CONFIG_USB_PD_REQUIRE_AP_MODE_ENTRY
-#endif
/* Enabling Thunderbolt-compatible mode */
#define CONFIG_USB_PD_TBT_COMPAT_MODE
diff --git a/board/voxel_ecmodeentry b/board/voxel_apmodeentry
index 082df00bc3..082df00bc3 120000
--- a/board/voxel_ecmodeentry
+++ b/board/voxel_apmodeentry