Remove undervolt

This commit is contained in:
Tristan D. 2025-03-31 12:37:31 +02:00
parent e3291a16ad
commit 683bae0b99
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -21,7 +21,7 @@
let let
tcl = "80"; tcl = "80";
# coall = "1048561"; # 1048561 = 0x100000 - 15(mV) $ math "0x100000-15" # slight undervolt # coall = "1048561"; # 1048561 = 0x100000 - 15(mV) $ math "0x100000-15" # slight undervolt
coall = " 1048576"; # no oc? coall = "1048576"; # no oc?
defaults = "--tctl-temp=${tcl} --set-coall=${coall}"; defaults = "--tctl-temp=${tcl} --set-coall=${coall}";
in in
{ {