summaryrefslogtreecommitdiff
path: root/common/throttle_ap.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/throttle_ap.c')
-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. */