Maximum RAM frequency will not be used automatically

This commit is contained in:
KazushiM
2023-02-02 17:13:52 +08:00
parent 69f7919c3c
commit 8285e84071
7 changed files with 32 additions and 47 deletions

View File

@@ -113,9 +113,7 @@ uint32_t ClockManager::GetHz(SysClkModule module)
768'000'000 : 460'800'000;
break;
case SysClkModule_MEM:
hz = (mode == ReverseNX_Docked ||
this->oc->realProfile == SysClkProfile_Docked) ?
Clocks::maxMemFreq : 1600'000'000;
hz = MEM_CLOCK_DOCK;
break;
default:
break;