diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-09-30 19:48:53 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | 81a7c5034f5b5298f0985b4ac549933eb1ae023e (patch) | |
tree | 40d26acde1230a3c39531b7e10544732b3749f2b /rootdir | |
parent | 4cc0d4e5951946db51a69fea095b81022923010a (diff) |
z2_plus: rootdir: Don't set anything for msm_performance
* this seems to be creating some problems (with a logspam in dmesg)
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 2cfaa5e..29067d5 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -32,7 +32,6 @@ on early-init mkdir /bt_firmware 0771 system system symlink /data/tombstones /tombstones mkdir /dsp 0771 media media - write /sys/module/msm_performance/parameters/cpu_max_freq "0:1300000 1:1300000 2:1300000 3:1300000" on init |