mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Move global io_base_addr into compilation units
Corresponding to flashrom svn r1813. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -179,7 +179,7 @@ int nicintel_spi_init(void)
|
||||
if (!dev)
|
||||
return 1;
|
||||
|
||||
io_base_addr = pcidev_readbar(dev, PCI_BASE_ADDRESS_0);
|
||||
uint32_t io_base_addr = pcidev_readbar(dev, PCI_BASE_ADDRESS_0);
|
||||
if (!io_base_addr)
|
||||
return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user