oryp7: Do not allow memory overclocking due to increase in stability issues

Change-Id: I3c3bdfbc9008d80d1b18cc40e93280f0b5cb38f7
This commit is contained in:
Jeremy Soller
2021-03-03 15:09:46 -07:00
parent 54c1380774
commit 62f0b28987

View File

@@ -20,8 +20,6 @@ static const struct cnl_mb_cfg memcfg = {
void mainboard_memory_init_params(FSPM_UPD *memupd) void mainboard_memory_init_params(FSPM_UPD *memupd)
{ {
// Allow memory clocks higher than 2933 MHz
memupd->FspmConfig.SaOcSupport = 1;
// Set primary display to internal graphics // Set primary display to internal graphics
memupd->FspmConfig.PrimaryDisplay = 0; memupd->FspmConfig.PrimaryDisplay = 0;