mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
mvebu: ESPRESSObin, change default governor
Severe stability issues noted with the ondemand governor. Add a Kernel command line option to set the default governor to performance. Can still be changed after if desired. Signed-off-by: Russell Morris <rmorris@rkmorris.us>
This commit is contained in:
parent
d6eebaf995
commit
eada615cf6
@ -25,7 +25,8 @@ fi
|
||||
part uuid ${devtype} ${devnum}:2 uuid
|
||||
|
||||
setenv console "console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000"
|
||||
setenv bootargs "root=PARTUUID=${uuid} rw rootwait ${console}"
|
||||
setenv cpufreq "cpufreq.default_governor=performance"
|
||||
setenv bootargs "root=PARTUUID=${uuid} rw rootwait ${console} ${cpufreq}"
|
||||
|
||||
echo "Booting Linux from ${devtype} ${devnum} with args: ${bootargs}"
|
||||
load ${devtype} ${devnum}:1 ${fdt_addr_r} @DTB@.dtb
|
||||
|
Loading…
Reference in New Issue
Block a user