Set ondemand as default governor for H3/H5/A64 dev
This commit is contained in:
parent
66d3038052
commit
83cf735604
@ -21,7 +21,7 @@ case $BRANCH in
|
||||
dev)
|
||||
BOOTENV_FILE='sun50iw1-next.txt'
|
||||
|
||||
GOVERNOR=schedutil
|
||||
GOVERNOR=ondemand
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ BOOTENV_FILE='sun50iw2-next.txt'
|
||||
|
||||
[[ -z $CPUMIN ]] && CPUMIN=480000
|
||||
[[ -z $CPUMAX ]] && CPUMAX=1010000
|
||||
GOVERNOR=schedutil
|
||||
GOVERNOR=ondemand
|
||||
|
||||
write_uboot_platform()
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user