Author: snelson Date: 2010-01-10 00:54:05 +0100 (Sun, 10 Jan 2010) New Revision: 850
Modified: trunk/gfxnvidia.c Log: Convert all messages in gfxnvidia.c to the new message infrastructure. Signed-off-by: Sean Nelson <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> Modified: trunk/gfxnvidia.c =================================================================== --- trunk/gfxnvidia.c 2010-01-09 23:50:27 UTC (rev 849) +++ trunk/gfxnvidia.c 2010-01-09 23:54:05 UTC (rev 850) @@ -64,7 +64,7 @@ io_base_addr = pcidev_init(PCI_VENDOR_ID_NVIDIA, PCI_BASE_ADDRESS_0, gfx_nvidia, programmer_param); io_base_addr += 0x300000; - printf("Detected NVIDIA I/O base address: 0x%x.\n", io_base_addr); + msg_pinfo("Detected NVIDIA I/O base address: 0x%x.\n", io_base_addr); /* Allow access to flash interface (will disable screen). */ reg32 = pci_read_long(pcidev_dev, 0x50); _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
