mb/system76/addw1: Disable SaOcSupport to eliminate hangs with 3200MT/s memory

Change-Id: I586e8cf97a52b2fa8386ce3742a4f4ae9465bbcf
This commit is contained in:
Jeremy Soller
2022-05-13 13:01:42 -06:00
parent 6b56932606
commit 8c4eeafcfe

View File

@@ -34,8 +34,8 @@ void mainboard_memory_init_params(FSPM_UPD *memupd)
// Set primary display to internal graphics
memupd->FspmConfig.PrimaryDisplay = 0;
// Allow higher memory speeds
memupd->FspmConfig.SaOcSupport = 1;
// Disable higher memory speeds
memupd->FspmConfig.SaOcSupport = 0;
cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg);
}