fix live uv

This commit is contained in:
souldbminersmwc
2026-02-24 17:19:58 -05:00
parent 58ad43213b
commit f0a3dc48f9
2 changed files with 3 additions and 5 deletions

View File

@@ -1249,8 +1249,6 @@ MarikoCpuUvEntry marikoCpuUvHigh[12] = {
{0x0, 0xdfff, 0, 0x27f07ff},
};
void Board::SetCpuUvLevel(u32 levelLow, u32 levelHigh, u32 tbreakPoint) {
return;
u32* tune0_ptr = (u32*)(cldvfs + CL_DVFS_TUNE0_0);
u32* tune1_ptr = (u32*)(cldvfs + CL_DVFS_TUNE1_0);
if(Board::GetSocType() == SysClkSocType_Mariko) {