aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/panther/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/panther/smihandler.c')
-rw-r--r--src/mainboard/google/panther/smihandler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/panther/smihandler.c b/src/mainboard/google/panther/smihandler.c
index 3448648849..a551b49f7d 100644
--- a/src/mainboard/google/panther/smihandler.c
+++ b/src/mainboard/google/panther/smihandler.c
@@ -52,14 +52,13 @@ int mainboard_io_trap_handler(int smif)
return 1;
}
-#define APMC_FINALIZE 0xcb
static int mainboard_finalized = 0;
int mainboard_smi_apmc(u8 apmc)
{
switch (apmc) {
- case APMC_FINALIZE:
+ case APM_CNT_FINALIZE:
if (mainboard_finalized) {
printk(BIOS_DEBUG, "SMI#: Already finalized\n");
return 0;