summaryrefslogtreecommitdiff
path: root/include/console_channel.inc
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 18:47:34 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:34:28 +0000
commit88bce43426c9d97f321ca96d8cf55250acc07963 (patch)
treefbb3699cecf7ae42f4d044ff6a8b9455c46ba91e /include/console_channel.inc
parent7ec65cc8dc598f7bb0178b78d7be06a8478e3e2e (diff)
downloadchrome-ec-88bce43426c9d97f321ca96d8cf55250acc07963.tar.gz
coil: sps->spp
BUG=b:175244613 TEST=make buildall -j Change-Id: Ia34cccffdd6a82c25b479bb8d2e6370bbf00baf0 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615121 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include/console_channel.inc')
-rw-r--r--include/console_channel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/console_channel.inc b/include/console_channel.inc
index e96c2fdba8..8b81926544 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -77,7 +77,7 @@ CONSOLE_CHANNEL(CC_SPI, "spi")
CONSOLE_CHANNEL(CC_RBOX, "rbox")
#endif
#ifdef CONFIG_SPP
-CONSOLE_CHANNEL(CC_SPS, "sps")
+CONSOLE_CHANNEL(CC_SPS, "spp")
#endif
#if defined(CONFIG_SWITCH) || defined(CONFIG_LID_SWITCH)
CONSOLE_CHANNEL(CC_SWITCH, "switch")