Signed-off-by: Lucas Stach <dev@xxxxxxxxxx> --- arch/arm/mach-tegra/tegra_avp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/tegra_avp_init.c b/arch/arm/mach-tegra/tegra_avp_init.c index be35843..63ccfb5 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 */ -- 1.9.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox