device/ddr2,ddr3: Rename and move a few things
In order for ddr2.h and ddr3.h to be included in the same file it cannot have conflicting definitions, therefore rename a few things and move some things to a common header. Change-Id: I6056148872076048e055f1d20a60ac31afd7cde6 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23717 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
This commit is contained in:
committed by
Patrick Georgi
parent
13089b008f
commit
fc31e44e47
@@ -119,7 +119,7 @@ static void mchinfo_ddr2(struct sysinfo *s)
|
||||
static int ddr2_save_dimminfo(u8 dimm_idx, u8 *raw_spd,
|
||||
struct abs_timings *saved_timings, struct sysinfo *s)
|
||||
{
|
||||
struct dimm_attr_st decoded_dimm;
|
||||
struct dimm_attr_ddr2_st decoded_dimm;
|
||||
int i;
|
||||
|
||||
if (spd_decode_ddr2(&decoded_dimm, raw_spd) != SPD_STATUS_OK) {
|
||||
|
Reference in New Issue
Block a user