From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WrvOR-0004Wb-Cw for barebox@lists.infradead.org; Tue, 03 Jun 2014 20:33:12 +0000 Received: from tellur.localdomain (p57B5FCD3.dip0.t-ipconnect.de [87.181.252.211]) by lynxeye.de (Postfix) with ESMTPA id 75CEE18B4274 for ; Tue, 3 Jun 2014 22:31:29 +0200 (CEST) From: Lucas Stach Date: Tue, 3 Jun 2014 22:35:03 +0200 Message-Id: <1401827717-6420-17-git-send-email-dev@lynxeye.de> In-Reply-To: <1401827717-6420-1-git-send-email-dev@lynxeye.de> References: <1401827717-6420-1-git-send-email-dev@lynxeye.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 16/30] tegra: apply cluster switch logic to all SoCs >=T30 To: barebox@lists.infradead.org Signed-off-by: Lucas Stach --- 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@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox