aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/broadcom/bcm21000/bcm21000_pcie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/broadcom/bcm21000/bcm21000_pcie.c')
-rw-r--r--src/southbridge/broadcom/bcm21000/bcm21000_pcie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/broadcom/bcm21000/bcm21000_pcie.c b/src/southbridge/broadcom/bcm21000/bcm21000_pcie.c
index ef3f4509ee..4027f48e7c 100644
--- a/src/southbridge/broadcom/bcm21000/bcm21000_pcie.c
+++ b/src/southbridge/broadcom/bcm21000/bcm21000_pcie.c
@@ -33,7 +33,7 @@ static void pcie_init(struct device *dev)
uint32_t dword;
uint32_t msicap;
- printk_debug("PCIE enable.... dev= %s\n",dev_path(dev));
+ printk(BIOS_DEBUG, "PCIE enable.... dev= %s\n",dev_path(dev));
/* System error enable */
dword = pci_read_config32(dev, 0x04);