aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/iobp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/lynxpoint/iobp.c')
-rw-r--r--src/southbridge/intel/lynxpoint/iobp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/iobp.c b/src/southbridge/intel/lynxpoint/iobp.c
index 3df694068f..ad2527f00b 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)