summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/broadwell/iobp.c2
-rw-r--r--src/southbridge/intel/lynxpoint/iobp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/iobp.c b/src/soc/intel/broadwell/iobp.c
index ffa61fbce57a..deb4156198f9 100644
--- a/src/soc/intel/broadwell/iobp.c
+++ b/src/soc/intel/broadwell/iobp.c
@@ -96,7 +96,7 @@ void pch_iobp_write(u32 address, u32 data)
return;
}
- printk(BIOS_INFO, "IOBP: set 0x%08x to 0x%08x\n", address, data);
+ printk(BIOS_SPEW, "IOBP: set 0x%08x to 0x%08x\n", address, data);
}
void pch_iobp_update(u32 address, u32 andvalue, u32 orvalue)
diff --git a/src/southbridge/intel/lynxpoint/iobp.c b/src/southbridge/intel/lynxpoint/iobp.c
index 3df694068fd7..ad2527f00b25 100644
--- a/src/southbridge/intel/lynxpoint/iobp.c
+++ b/src/southbridge/intel/lynxpoint/iobp.c
@@ -96,7 +96,7 @@ void pch_iobp_write(u32 address, u32 data)
return;
}
- printk(BIOS_INFO, "IOBP: set 0x%08x to 0x%08x\n", address, data);
+ printk(BIOS_SPEW, "IOBP: set 0x%08x to 0x%08x\n", address, data);
}
void pch_iobp_update(u32 address, u32 andvalue, u32 orvalue)