From b35c2d1012625593c5a4a8be67ca6368aa3304df Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Fri, 1 Nov 2019 09:58:28 -0600 Subject: EC sync: Drop support for "PD" software sync. All devices which have a PD chip running CrOS EC code have already shipped, and there is no intention to go back to using an "EC" for a TCPC anymore. BUG=b:143762298,chromium:1017093 BRANCH=none TEST=make runtests Change-Id: I177c00581089de59e4f35608b97ef5432e8b492b Signed-off-by: Tim Wawrzynczak Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1895712 Tested-by: Joel Kitching Reviewed-by: Julius Werner Reviewed-by: Joel Kitching --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0539e8d7..36934203 100644 --- a/Makefile +++ b/Makefile @@ -179,10 +179,6 @@ ifneq (${FORCE_LOGGING_ON},) CFLAGS += -DFORCE_LOGGING_ON=${FORCE_LOGGING_ON} endif -ifneq (${PD_SYNC},) -CFLAGS += -DPD_SYNC -endif - ifneq (${TPM2_MODE},) CFLAGS += -DTPM2_MODE endif -- cgit v1.2.1