Allwinner H6 - Remove CPU soft-cap (#1996)
No longer necessary due to the recently added thermal trips
This commit is contained in:
parent
9c6ef73c5b
commit
7c6fc4ec73
@ -6,7 +6,7 @@ OVERLAY_PREFIX='sun50i-h6'
|
||||
BOOTENV_FILE='sun50iw2-next.txt'
|
||||
|
||||
[[ -z $CPUMIN ]] && CPUMIN=480000
|
||||
[[ -z $CPUMAX ]] && CPUMAX=1488000
|
||||
[[ -z $CPUMAX ]] && CPUMAX=1810000
|
||||
GOVERNOR=ondemand
|
||||
|
||||
ASOUND_STATE='asound.state.sun50iw2-dev'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user