diff --git a/src/mainboard/system76/addw1/romstage.c b/src/mainboard/system76/addw1/romstage.c index b2b6e47ed4..34a426d6f2 100644 --- a/src/mainboard/system76/addw1/romstage.c +++ b/src/mainboard/system76/addw1/romstage.c @@ -20,8 +20,8 @@ static const struct cnl_mb_cfg memcfg = { void mainboard_memory_init_params(FSPM_UPD *memupd) { - // Allow higher memory speeds - memupd->FspmConfig.SaOcSupport = 1; + // Disable higher memory speeds + memupd->FspmConfig.SaOcSupport = 0; cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg); }