From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.km20343-01.keymachine.de ([84.19.182.79] helo=km20343-01.keymachine.de) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UBMBC-0001uN-FC for barebox@lists.infradead.org; Fri, 01 Mar 2013 09:23:04 +0000 Received: from antimon.pengutronix.de (port-212-202-120-50.static.qsc.de [212.202.120.50]) by km20343-01.keymachine.de (Postfix) with ESMTPA id EB9E17D4421 for ; Fri, 1 Mar 2013 10:22:59 +0100 (CET) From: Lucas Stach Date: Fri, 1 Mar 2013 10:22:49 +0100 Message-Id: <1362129773-4579-4-git-send-email-dev@lynxeye.de> In-Reply-To: <1362129773-4579-1-git-send-email-dev@lynxeye.de> References: <1362129773-4579-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 3/7] tegra: switch to ARMv7 cpu type To: barebox@lists.infradead.org Main barebox is running on the A9 cluster. Use the correct ISA. Signed-off-by: Lucas Stach --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0ae2daa..1c41e44 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -107,7 +107,7 @@ config ARCH_VERSATILE config ARCH_TEGRA bool "Nvidia Tegra-based boards" - select CPU_ARM926T + select CPU_V7 endchoice -- 1.8.1.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox