mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	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`.
This commit is contained in:
		| @@ -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 | ||||
|                 """) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user