This patch removes minimum constraint check when policy update.
If the policy min frequency is low than currunt frequency,
the constraint min frequency can changed be to wrong frequency.
Change-Id: I16df3c983f8ed46191d084d2b0453425e18fb845
Signed-off-by: Taekki Kim <taekki.kim@samsung.com>
update_policy_min_max_freq(dm, min_freq, max_freq);
/* Check dependent domains */
- constraint_checker_min(get_min_constraint_list(dm), min_freq);
constraint_checker_max(get_max_constraint_list(dm), max_freq);
/*Send policy to FVP*/