Fix DIMM addresses
Change-Id: I0314d0942a9f84e547d0899f723b33af3671a19c
This commit is contained in:
@@ -26,10 +26,10 @@ static const struct mb_ddr4_cfg board_cfg = {
|
|||||||
static const struct spd_info spd = {
|
static const struct spd_info spd = {
|
||||||
.topology = SODIMM,
|
.topology = SODIMM,
|
||||||
.smbus_info[0] = {
|
.smbus_info[0] = {
|
||||||
.addr_dimm0 = 0xA0,
|
.addr_dimm0 = 0x50,
|
||||||
},
|
},
|
||||||
.smbus_info[1] = {
|
.smbus_info[1] = {
|
||||||
.addr_dimm0 = 0xA4,
|
.addr_dimm0 = 0x52,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user