mb/system76/addw1: Disable SaOcSupport to eliminate hangs with 3200MT/s memory
Change-Id: I586e8cf97a52b2fa8386ce3742a4f4ae9465bbcf
This commit is contained in:
@@ -34,8 +34,8 @@ void mainboard_memory_init_params(FSPM_UPD *memupd)
|
|||||||
// Set primary display to internal graphics
|
// Set primary display to internal graphics
|
||||||
memupd->FspmConfig.PrimaryDisplay = 0;
|
memupd->FspmConfig.PrimaryDisplay = 0;
|
||||||
|
|
||||||
// Allow higher memory speeds
|
// Disable higher memory speeds
|
||||||
memupd->FspmConfig.SaOcSupport = 1;
|
memupd->FspmConfig.SaOcSupport = 0;
|
||||||
|
|
||||||
cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg);
|
cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user