summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/platform.c
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2022-12-05 17:36:42 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-16 12:25:44 +0000
commita72eda8f7e50da8a4cb5ab228f4141130546177f (patch)
tree930a9def56bf344f9f7db6a57c73c31b0acd9ae2 /board/cr50/tpm2/platform.c
parentdff1ae07a1a35b0862b36d1e23e36b38682c5bdd (diff)
downloadchrome-ec-a72eda8f7e50da8a4cb5ab228f4141130546177f.tar.gz
cr50: Rename pinweaver code
Rename the headers so they will not collide with platform/pinweaver headers with the same names. BUG=b:262040869 TEST=make -j BOARD=cr50 Cq-Depend: chromium:4337377 Change-Id: Iee9f44c4fcb6ab0a01faec5886f07b84c271d1fc Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4311233 Reviewed-by: Andrey Pronin <apronin@chromium.org> Tested-by: Howard Yang <hcyang@google.com> Commit-Queue: Howard Yang <hcyang@google.com>
Diffstat (limited to 'board/cr50/tpm2/platform.c')
-rw-r--r--board/cr50/tpm2/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/tpm2/platform.c b/board/cr50/tpm2/platform.c
index 6ee80edbb2..5bbc927f08 100644
--- a/board/cr50/tpm2/platform.c
+++ b/board/cr50/tpm2/platform.c
@@ -8,7 +8,7 @@
#include "ccd_config.h"
#include "console.h"
-#include "pinweaver.h"
+#include "pinweaver_cr50.h"
#include "tpm_nvmem.h"
#include "tpm_nvmem_ops.h"
#include "dcrypto.h"