summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-22 14:15:01 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-22 20:50:43 +0000
commit62bbd1cd7626e6f59c5447b8f55dd8d4243349b7 (patch)
treedce9f2932700096044953f6b2d3383bead503e41 /common
parent08b6aaa308a0a5196746550616efae2557cc270f (diff)
downloadchrome-ec-62bbd1cd7626e6f59c5447b8f55dd8d4243349b7.tar.gz
Revert "console_channel.inc: Add more ifdef to reduce number of channels"
This reverts commit b5cebbaadb4966e9d1820b0dcabd690d3e5d762e. BUG=b:207391162 TEST=The chan output is the same on ToT and mp images. Change-Id: Ief9bc6f6c9b027284b423e46681c313fd3fd73aa Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3296743 Reviewed-by: Andrey Pronin <apronin@chromium.org> Commit-Queue: Andrey Pronin <apronin@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/throttle_ap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/throttle_ap.c b/common/throttle_ap.c
index 8ecc71c207..4d446f44d0 100644
--- a/common/throttle_ap.c
+++ b/common/throttle_ap.c
@@ -14,8 +14,8 @@
#include "util.h"
/* Console output macros */
-#define CPUTS(outstr) cputs(CC_THERMAL, outstr)
-#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ## args)
+#define CPUTS(outstr) cputs(CC_CHIPSET, outstr)
+#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ## args)
/*****************************************************************************/
/* This enforces the virtual OR of all throttling sources. */