diff --git a/arch/arm/mach-tegra/tegra_avp_init.c b/arch/arm/mach-tegra/tegra_avp_init.c index be3584351..63ccfb521 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 */