[coreboot-gerrit] New patch to review for coreboot: biostar/am1ml: transition away from device_t

Antonello Dettori (dev@dettori.io) gerrit at coreboot.org
Wed Sep 21 22:20:47 CEST 2016


Antonello Dettori (dev at dettori.io) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16688

-gerrit

commit aa50dc92948000f97485d6321cfd6f0e55aec18d
Author: Antonello Dettori <dev at dettori.io>
Date:   Fri Sep 2 09:12:20 2016 +0200

    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 at dettori.io>
---
 src/mainboard/biostar/am1ml/romstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/biostar/am1ml/romstage.c b/src/mainboard/biostar/am1ml/romstage.c
index 12d9eee..d7da2bb 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



More information about the coreboot-gerrit mailing list