device/dram/ddr3: Get rid of useless typedefs
These typedefs are not necessary. Remove them, and rename some elements to avoid any confusion with other DRAM generations, such as DDR4. Change-Id: Ibe40f33372358262c540e371f7866b06a4ac842a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51895 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@ -174,7 +174,7 @@ static void dram_find_spds_ddr3(spd_raw_data *spd, ramctr_timing *ctrl)
|
||||
spd_slot = 2 * channel + slot;
|
||||
printk(BIOS_DEBUG, "SPD probe channel%d, slot%d\n", channel, slot);
|
||||
|
||||
dimm_attr *const dimm = &ctrl->info.dimm[channel][slot];
|
||||
struct dimm_attr_ddr3_st *const dimm = &ctrl->info.dimm[channel][slot];
|
||||
|
||||
/* Search for XMP profile */
|
||||
spd_xmp_decode_ddr3(dimm, spd[spd_slot],
|
||||
|
Reference in New Issue
Block a user