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:
@ -30,6 +30,7 @@
|
||||
#define BOOT_ROM_ADDR 0x50
|
||||
#define BOOT_ROM_DATA 0x54
|
||||
|
||||
static uint32_t io_base_addr = 0;
|
||||
const struct dev_entry nics_natsemi[] = {
|
||||
{0x100b, 0x0020, NT, "National Semiconductor", "DP83815/DP83816"},
|
||||
{0x100b, 0x0022, NT, "National Semiconductor", "DP83820"},
|
||||
|
Reference in New Issue
Block a user