loader: revert mariko cpu vmin

This commit is contained in:
souldbminersmwc
2025-09-27 16:54:08 -04:00
parent 726d0d48bd
commit 364371d0a2
4 changed files with 1 additions and 7 deletions

View File

@@ -162,9 +162,6 @@ volatile CustomizeTable C = {
0 /* 1152 (Disabled by default) */,
},
.marikoCpuVmin = 600,
/* Advanced Settings:
* - Erista CPU DVFS Table:
*/

View File

@@ -84,9 +84,6 @@
u32 marikoGpuVoltArray[24];
u32 eristaGpuVoltArray[15];
u32 marikoCpuVmin;
CustomizeCpuDvfsTable eristaCpuDvfsTable;
CustomizeCpuDvfsTable marikoCpuDvfsTable;
CustomizeCpuDvfsTable marikoCpuDvfsTableSLT;

View File

@@ -55,7 +55,7 @@
// Patch vmin for slt
if (C.marikoCpuUV) {
if (*(ptr-5) == 620) {
PATCH_OFFSET((ptr-5), C.marikoCpuVmin);
PATCH_OFFSET((ptr-5), 600);
}
if (*(ptr-1) == 620) {
PATCH_OFFSET((ptr-1), 600);