summaryrefslogtreecommitdiff
path: root/core/host
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 16:17:48 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:49:51 +0000
commit4e46928787f5a6c3175998409e82ca9f363d6866 (patch)
treedabcc1d355866be63ed24204c3a186250f8f0d58 /core/host
parent4e4b79c7e72ef6d88aba0d07b15564191a8eb09d (diff)
downloadchrome-ec-4e46928787f5a6c3175998409e82ca9f363d6866.tar.gz
Revert "tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST test"
This reverts commit 09d4918f464b69390f0c2d12cdd8c6aeafcb2cae. BUG=b:200823466 TEST=make buildall -j Change-Id: Ia3384f0334516dd8b6b01cc78c3dac42128d5752 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273410 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'core/host')
-rw-r--r--core/host/host_exe.lds4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/host/host_exe.lds b/core/host/host_exe.lds
index d67a9d5f5d..45f3560014 100644
--- a/core/host/host_exe.lds
+++ b/core/host/host_exe.lds
@@ -97,10 +97,6 @@ SECTIONS {
*(.rodata.HOOK_SECOND)
__hooks_second_end = .;
- __hooks_usb_pd_disconnect = .;
- *(.rodata.HOOK_USB_PD_DISCONNECT)
- __hooks_usb_pd_disconnect_end = .;
-
__deferred_funcs = .;
*(.rodata.deferred)
__deferred_funcs_end = .;