diff options
| author | Hashcode <hashcode0f@gmail.com> | 2014-12-09 15:18:26 -0800 |
|---|---|---|
| committer | Hashcode <hashcode0f@gmail.com> | 2014-12-09 15:18:26 -0800 |
| commit | 10ce283a1e5aef784f385a8a62c9343d2a1ec6e4 (patch) | |
| tree | 4347322e1f745c57690d3e1013ea50f1e6bff412 | |
| parent | 12c1af46283b075b39da832f9422b617a80123e1 (diff) | |
init.*.rc: remove CPU downclock setting
Especially since there aren't any overclock settings in AOSP/CM atm.
Change-Id: Icc802068f5b3960453a8784244e508d8508bd092
| -rw-r--r-- | init.otterx.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.otterx.rc b/init.otterx.rc index 15637a6..03c60da 100644 --- a/init.otterx.rc +++ b/init.otterx.rc @@ -89,7 +89,7 @@ on fs chown system system /sys/class/leds/led-orange/brightness # Set default maximum of 1008 on cpu0 (peformance settings will change this if set by user) - write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 1008000 +# write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 1008000 #Give system ownership and permission to boost clock for specified timeout #Note boost_timeout cannot be changed from application because of dynamic sysfs creation. It will have default value of 3 sec. |
