summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/kahlee/ec.c')
-rw-r--r--src/mainboard/google/kahlee/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/ec.c b/src/mainboard/google/kahlee/ec.c
index 51e0e7f63a..66a933561c 100644
--- a/src/mainboard/google/kahlee/ec.c
+++ b/src/mainboard/google/kahlee/ec.c
@@ -39,7 +39,7 @@ static void early_ec_init(void)
ec_ioport_base, ec_ioport_size);
status = lpc_set_wideio_range(ec_ioport_base, ec_ioport_size);
if (status == WIDEIO_RANGE_ERROR)
- printk(BIOS_WARNING, "ERROR: Failed to assign a range\n");
+ printk(BIOS_ERR, "Failed to assign a range\n");
else
printk(BIOS_DEBUG, "Range assigned to wide IO %d\n", status);
}