now rom_address is one of the resources
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1834 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e7c26a70ec
commit
85e76c6af6
|
@ -75,9 +75,7 @@ struct device {
|
||||||
|
|
||||||
uint8_t command;
|
uint8_t command;
|
||||||
|
|
||||||
/* Base registers for this device, can be adjusted by
|
/* Base registers for this device. I/O, MEM and Expansion ROM */
|
||||||
* pcibios_fixup() as necessary.
|
|
||||||
*/
|
|
||||||
struct resource resource[MAX_RESOURCES];
|
struct resource resource[MAX_RESOURCES];
|
||||||
unsigned int resources;
|
unsigned int resources;
|
||||||
|
|
||||||
|
@ -87,7 +85,6 @@ struct device {
|
||||||
/* number of buses attached to the device */
|
/* number of buses attached to the device */
|
||||||
unsigned int links;
|
unsigned int links;
|
||||||
|
|
||||||
unsigned long rom_address;
|
|
||||||
struct device_operations *ops;
|
struct device_operations *ops;
|
||||||
struct chip_operations *chip_ops;
|
struct chip_operations *chip_ops;
|
||||||
void *chip_info;
|
void *chip_info;
|
||||||
|
|
Loading…
Reference in New Issue