mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +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:
@ -28,6 +28,7 @@
|
||||
#define PCI_VENDOR_ID_REALTEK 0x10ec
|
||||
#define PCI_VENDOR_ID_SMC1211 0x1113
|
||||
|
||||
static uint32_t io_base_addr = 0;
|
||||
static int bios_rom_addr, bios_rom_data;
|
||||
|
||||
const struct dev_entry nics_realtek[] = {
|
||||
|
Reference in New Issue
Block a user