summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/reef/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/reef/ec.c')
-rw-r--r--src/mainboard/google/reef/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/ec.c b/src/mainboard/google/reef/ec.c
index 664ba3aa4997..aa2998caa466 100644
--- a/src/mainboard/google/reef/ec.c
+++ b/src/mainboard/google/reef/ec.c
@@ -17,7 +17,7 @@ static void ramstage_ec_init(void)
.s0ix_wake_events = MAINBOARD_EC_S0IX_WAKE_EVENTS,
};
- printk(BIOS_ERR, "mainboard: EC init\n");
+ printk(BIOS_INFO, "mainboard: EC init\n");
google_chromeec_events_init(&info, acpi_is_wakeup_s3());
}