mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
Convert all messages in gfxnvidia.c to the new message infrastructure
Corresponding to flashrom svn r850. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
05ce54204f
commit
8e5e73e49c
@ -64,7 +64,7 @@ int gfxnvidia_init(void)
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user