summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/tegra_avp_init.c
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-06-03 22:35:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-05 08:01:14 +0200
commit8dc05ab677970fdf28387b3452f3bce66ceb3f62 (patch)
tree22d7749e4520d7b34c41d2a03157b2d5dcdf189e /arch/arm/mach-tegra/tegra_avp_init.c
parent566fd492abee1c954bf130ae5eaf9326dd854933 (diff)
downloadbarebox-8dc05ab677970fdf28387b3452f3bce66ceb3f62.tar.gz
barebox-8dc05ab677970fdf28387b3452f3bce66ceb3f62.tar.xz
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>
Diffstat (limited to 'arch/arm/mach-tegra/tegra_avp_init.c')
-rw-r--r--arch/arm/mach-tegra/tegra_avp_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra_avp_init.c b/arch/arm/mach-tegra/tegra_avp_init.c
index be3584351b..63ccfb521e 100644
--- a/arch/arm/mach-tegra/tegra_avp_init.c
+++ b/arch/arm/mach-tegra/tegra_avp_init.c
@@ -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 */