Manually unboost if not using boost in test_codec
Right now GUI boost interfers with test_codec running unboosted by varying the CPU frequency. This at least makes it more consistent if run without user input. Change-Id: I121615098d6bd72ccd13c4e665cc2e4d45d7b58c
This commit is contained in:
parent
9a4cd2eaee
commit
ee7dfb526e
1 changed files with 2 additions and 0 deletions
|
@ -969,6 +969,8 @@ menu:
|
||||||
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
if (boost)
|
if (boost)
|
||||||
rb->cpu_boost(true);
|
rb->cpu_boost(true);
|
||||||
|
else
|
||||||
|
rb->cpu_boost(false); /*force unboost at start to be safe*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (scandir) {
|
if (scandir) {
|
||||||
|
|
Loading…
Reference in a new issue