printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / northbridge / amd / amdfam10 / amdfam10_conf.c
index b52bedad7b35d00d9025f137770b5a3be7968936..df578044a665397e26a6bf6842d9ba17ca716326 100644 (file)
@@ -779,7 +779,7 @@ static void set_io_addr_reg(device_t dev, u32 nodeid, u32 linkn, u32 reg,
 #if 0
                // FIXME: can we use VGA reg instead?
                if (dev->link[link].bridge_ctrl & PCI_BRIDGE_CTL_VGA) {
-                       printk_spew("%s, enabling legacy VGA IO forwarding for %s link %s\n",
+                       printk(BIOS_SPEW, "%s, enabling legacy VGA IO forwarding for %s link %s\n",
                                __func__, dev_path(dev), link);
                        tempreg |= PCI_IO_BASE_VGA_EN;
                }