From 62f0b289874c6ec911c8ab22f1d0ba1a4b65d798 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 3 Mar 2021 15:09:46 -0700 Subject: [PATCH] oryp7: Do not allow memory overclocking due to increase in stability issues Change-Id: I3c3bdfbc9008d80d1b18cc40e93280f0b5cb38f7 --- src/mainboard/system76/oryp7/romstage.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/system76/oryp7/romstage.c b/src/mainboard/system76/oryp7/romstage.c index 599efd7dfd..55a10a72ca 100644 --- a/src/mainboard/system76/oryp7/romstage.c +++ b/src/mainboard/system76/oryp7/romstage.c @@ -20,8 +20,6 @@ static const struct cnl_mb_cfg memcfg = { 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 memupd->FspmConfig.PrimaryDisplay = 0;