pmaports/device/archived/device-samsung-klte-downstream/cpufreq.start

5 lines
133 B
Text
Raw Normal View History

#!/bin/sh
# Configure conservative CPU governor on system startup
for CORE in 0 1 2 3; do cpufreq-set -c$CORE -g conservative; done