diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-21 05:08:51 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-21 05:08:51 +0200 |
commit | 528fb89b1f4e88558099d113088fa34adeb17f9c (patch) | |
tree | 1239f7d57d8aa94fd7296999d5f795c0b6b7240e | |
parent | eb3e9333f0b6bbc33338bee5c218e9e9cf666d05 (diff) | |
download | device_samsung_p5100-528fb89b1f4e88558099d113088fa34adeb17f9c.zip device_samsung_p5100-528fb89b1f4e88558099d113088fa34adeb17f9c.tar.gz device_samsung_p5100-528fb89b1f4e88558099d113088fa34adeb17f9c.tar.bz2 |
init: don't touch gov on boot
-rwxr-xr-x | init.espresso10.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init.espresso10.rc b/init.espresso10.rc index f4c2c6a..55c6d4f 100755 --- a/init.espresso10.rc +++ b/init.espresso10.rc @@ -58,12 +58,6 @@ on post-fs-data chmod 0660 /dev/usb_mtp_gadget chown system system /dev/usb_mtp_gadget -# DVFS - limit cpufreq during booting sequence - write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor userspace - write /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed 1000000 - write /data/dvfs "sleep 10 && echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed && sleep 30 && echo interactive > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" - chmod 0770 /data/dvfs - write /sys/devices/system/cpu/cpu0/cpufreq/screen_off_max_freq 800000 chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/screen_off_max_freq |