summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2019-11-01 09:58:28 -0600
committerCommit Bot <commit-bot@chromium.org>2019-11-13 07:24:36 +0000
commitb35c2d1012625593c5a4a8be67ca6368aa3304df (patch)
tree4f25787ab20cd7c29e21914bc7b0abac070ffa87 /Makefile
parent2cc38ec1b74cf7db7357fc177d2be813cca9fe06 (diff)
downloadvboot-b35c2d1012625593c5a4a8be67ca6368aa3304df.tar.gz
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 <twawrzynczak@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1895712 Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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