CPU: Fix incorrect CPU speeds

This commit is contained in:
Dylan Araps
2016-12-03 19:33:36 +11:00
parent 18cfafa998
commit dfc64f6b19
2 changed files with 4 additions and 8 deletions

View File

@@ -134,13 +134,11 @@ shell_version="on"
# CPU speed type
#
# Default: 'current'
# Default: 'bios'
# Values: 'current', 'min', 'max', 'bios',
# 'scaling_current', 'scaling_min',
# 'scaling_max'
# Flag: --speed_type
# Supports: Linux with 'cpufreq'
speed_type="current"
speed_type="bios"
# Shorten the output of the CPU function
#