9
0
Fork 0

tegra: apply cluster switch logic to all SoCs >=T30

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-06-03 22:35:03 +02:00 committed by Sascha Hauer
parent 566fd492ab
commit 8dc05ab677
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ void tegra_avp_reset_vector(uint32_t boarddata)
int num_cores;
/* we want to bring up the high performance CPU complex */
if (tegra_get_chiptype() == TEGRA30)
if (tegra_get_chiptype() >= TEGRA30)
tegra_cluster_switch_hp();
/* get the number of cores in the main CPU complex of the current SoC */