From 6b03653227f169dbe3bce57639dc6f92bb7a67f0 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 11 Dec 2018 11:46:50 +0000 Subject: fw/rt_config: Update tunables parameter to match other formats Update RT param `governor_tunables` to `gov_tunables` to match the style of the other paramters e.g. `big_gov_tunables`. --- wa/framework/target/runtime_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wa/framework/target/runtime_config.py b/wa/framework/target/runtime_config.py index 2728a831..7fd7d54b 100644 --- a/wa/framework/target/runtime_config.py +++ b/wa/framework/target/runtime_config.py @@ -370,13 +370,14 @@ class CpufreqRuntimeConfig(RuntimeConfig): The governor to be set for all cores """) - param_name = 'governor_tunables' + param_name = 'gov_tunables' self._runtime_params[param_name] = \ RuntimeParameter( param_name, kind=dict, merge=True, setter=self.set_governor_tunables, setter_params={'core': None}, + aliases=['governor_tunables'], description=""" The governor tunables to be set for all cores """) -- cgit v1.2.3