diff --git a/src/mainboard/system76/addw1/romstage.c b/src/mainboard/system76/addw1/romstage.c index 9c1d25acb6..4a878db7e4 100644 --- a/src/mainboard/system76/addw1/romstage.c +++ b/src/mainboard/system76/addw1/romstage.c @@ -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); }