From 3bbe4b51f61c03ee8e4d397fcf0e6137514d532d Mon Sep 17 00:00:00 2001 From: Abe Levkoy Date: Wed, 23 Dec 2020 12:08:14 -0700 Subject: TCPMv2: Remove PE_BIST_RX state Nothing uses this, and anyway, the EC doesn't have the means to evaluate the results of a BIST Carrier Mode test that it initiates. BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy Change-Id: I8aa0d97c81422689de4ca165cb2c0c34c324f6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2602719 Reviewed-by: Diana Z --- test/usb_pe.h | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/usb_pe.h b/test/usb_pe.h index 8c1177f1f3..373bf9f5b2 100644 --- a/test/usb_pe.h +++ b/test/usb_pe.h @@ -129,7 +129,6 @@ enum usb_pe_state { PE_HANDLE_CUSTOM_VDM_REQUEST, PE_WAIT_FOR_ERROR_RECOVERY, PE_BIST_TX, - PE_BIST_RX, PE_DEU_SEND_ENTER_USB, PE_DR_SNK_GET_SINK_CAP, PE_DR_SNK_GIVE_SOURCE_CAP, -- cgit v1.2.1