Disable integrated memory on lemp10 temporarily
Change-Id: I31bce31c853234f2e30a84e3da82434704da3ff3
This commit is contained in:
@@ -17,12 +17,12 @@ static const struct mb_ddr4_cfg board_cfg = {
|
||||
|
||||
static const struct spd_info spd = {
|
||||
//.topology = MIXED,
|
||||
.topology = MEMORY_DOWN,
|
||||
.topology = SODIMM,
|
||||
.md_spd_loc = SPD_CBFS,
|
||||
.cbfs_index = 0,
|
||||
//.smbus_info[1] = {
|
||||
// .addr_dimm0 = 0x52,
|
||||
//},
|
||||
.smbus_info[1] = {
|
||||
.addr_dimm0 = 0x52,
|
||||
},
|
||||
};
|
||||
|
||||
void mainboard_memory_init_params(FSPM_UPD *mupd) {
|
||||
|
Reference in New Issue
Block a user