Set ondemand as default governor for H3/H5/A64 dev

This commit is contained in:
zador-blood-stained 2017-03-04 00:16:30 +03:00
parent 66d3038052
commit 83cf735604
3 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@ case $BRANCH in
dev)
BOOTENV_FILE='sun50iw1-next.txt'
GOVERNOR=schedutil
GOVERNOR=ondemand
;;
esac

View File

@ -5,7 +5,7 @@ BOOTENV_FILE='sun50iw2-next.txt'
[[ -z $CPUMIN ]] && CPUMIN=480000
[[ -z $CPUMAX ]] && CPUMAX=1010000
GOVERNOR=schedutil
GOVERNOR=ondemand
write_uboot_platform()
{

View File

@ -14,6 +14,8 @@ case $BRANCH in
KERNELSOURCE='https://github.com/megous/linux/'
KERNELBRANCH='branch:orange-pi-4.10'
KERNELDIR='linux-sun8i-mainline'
GOVERNOR=ondemand
;;
esac