aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/raminit_ddr3.c
diff options
context:
space:
mode:
authorAntonello Dettori <dev@dettori.io>2016-11-08 18:44:46 +0100
committerPatrick Georgi <pgeorgi@google.com>2017-03-23 18:51:58 +0100
commit823f7bb9622873fb40f4bdb706dcd83298386290 (patch)
treecb8cf7d636d56252be8303a7d4269c10981e1f36 /src/northbridge/via/vx900/raminit_ddr3.c
parenta34e70e00216b268891da76b44895d09a84d890a (diff)
northbridge/via/vx900: transition away from device_t
Replace the use of the old device_t definition inside northbridge/via/vx900. Change-Id: I04292a6b698a42a5c582eddcef7cf5a235e1a464 Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/17317 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/via/vx900/raminit_ddr3.c')
-rw-r--r--src/northbridge/via/vx900/raminit_ddr3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vx900/raminit_ddr3.c b/src/northbridge/via/vx900/raminit_ddr3.c
index 2de7734c17..56ec5fda1a 100644
--- a/src/northbridge/via/vx900/raminit_ddr3.c
+++ b/src/northbridge/via/vx900/raminit_ddr3.c
@@ -1627,7 +1627,7 @@ void vx900_init_dram_ddr3(const dimm_layout * dimm_addr)
dimm_info dimm_prop;
ramctr_timing ctrl_prop;
rank_layout ranks;
- device_t mcu;
+ pci_devfn_t mcu;
if (!ram_check_noprint_nodie(1 << 20, 1 << 20)) {
printram("RAM is already initialized. Skipping init\n");