task_profiles.json: Fix uclamp attribute
task_profiles.json currently uses attributes of a defunct version of uclamp, which was used for testing. Let's use the attributes that actually got merged upstream instead. Bug: 143710295 Change-Id: Ic6a14f52e14efeefc91f6e6bf580c15e2eded82e Signed-off-by: Quentin Perret <qperret@google.com>
This commit is contained in:
parent
955601beb4
commit
20b2f1e0ab
1 changed files with 2 additions and 2 deletions
|
@ -43,12 +43,12 @@
|
|||
{
|
||||
"Name": "UClampMin",
|
||||
"Controller": "cpu",
|
||||
"File": "cpu.util.min"
|
||||
"File": "cpu.uclamp.min"
|
||||
},
|
||||
{
|
||||
"Name": "UClampMax",
|
||||
"Controller": "cpu",
|
||||
"File": "cpu.util.max"
|
||||
"File": "cpu.uclamp.max"
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue