summaryrefslogtreecommitdiff
path: root/common/espi.c
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-06-03 00:12:24 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-04 22:27:37 +0000
commit15d41792a1f4d24a64ed4ebcaa809a48978ff385 (patch)
tree409d19c8aa38e9b28ae831446b7bdcdc408365ac /common/espi.c
parent670b3eabd0929557f3213ea199744d38914c2a99 (diff)
downloadchrome-ec-15d41792a1f4d24a64ed4ebcaa809a48978ff385.tar.gz
COIL: espi: replace VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_DONE
This replaces VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_DONE. BRANCH=none BUG=b:163885307 TEST=buildall, compare_build.sh pass Change-Id: I0b8c71fa7e590dc89357e22aafce0b67717af183 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2938041 Reviewed-by: Harry Cutts <hcutts@chromium.org> Commit-Queue: Harry Cutts <hcutts@chromium.org>
Diffstat (limited to 'common/espi.c')
-rw-r--r--common/espi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/espi.c b/common/espi.c
index 0904f102d7..0a747d3bda 100644
--- a/common/espi.c
+++ b/common/espi.c
@@ -26,7 +26,7 @@ const char *espi_vw_names[] = {
"VW_ERROR_FATAL",
"VW_ERROR_NON_FATAL",
/* Merge bit 3/0 into one signal. Need to set them simultaneously */
- "VW_SLAVE_BTLD_STATUS_DONE",
+ "VW_PERIPHERAL_BTLD_STATUS_DONE",
"VW_SCI_L",
"VW_SMI_L",
"VW_RCIN_L",