diff options
author | Antonello Dettori <dev@dettori.io> | 2016-09-02 09:12:20 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-01 17:38:50 +0200 |
commit | 97c460a2d1dd76161f857e73756ae62fa75ffbd4 (patch) | |
tree | db3342d8a19a3f14471a269b776005813b962e84 /src | |
parent | 62a193899c84aa46a7c06292fac55e4c6531f1a4 (diff) |
biostar/am1ml: transition away from device_t
Replace the use of the old device_t definition inside
mainboard/biostar/am1ml.
Change-Id: Iba2fff5617c62152355b54e446517ad36108aa31
Signed-off-by: Antonello Dettori <dev@dettori.io>
Reviewed-on: https://review.coreboot.org/16688
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/biostar/am1ml/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/biostar/am1ml/romstage.c b/src/mainboard/biostar/am1ml/romstage.c index 12d9eee500..d7da2bb783 100644 --- a/src/mainboard/biostar/am1ml/romstage.c +++ b/src/mainboard/biostar/am1ml/romstage.c @@ -110,7 +110,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) { u32 val, t32; u8 byte; - device_t dev; + pci_devfn_t dev; u32 *addr32; /* In Hudson RRG, PMIOxD2[5:4] is "Drive strength control for |