summaryrefslogtreecommitdiff
path: root/common/x86_power.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/x86_power.c')
-rw-r--r--common/x86_power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/x86_power.c b/common/x86_power.c
index de6a5cfe5d..1d4a228c88 100644
--- a/common/x86_power.c
+++ b/common/x86_power.c
@@ -20,8 +20,8 @@
#include "x86_power.h"
/* Console output macros */
-#define CPUTS(outstr) cputs(CC_X86POWER, outstr)
-#define CPRINTF(format, args...) cprintf(CC_X86POWER, format, ## args)
+#define CPUTS(outstr) cputs(CC_CHIPSET, outstr)
+#define CPRINTF(format, args...) cprintf(CC_CHIPSET, format, ## args)
/* Default timeout in us; if we've been waiting this long for an input
* transition, just jump to the next state. */