[PATCH 3/7] tegra: switch to ARMv7 cpu type

Lucas Stach dev at lynxeye.de
Fri Mar 1 04:22:49 EST 2013


Main barebox is running on the A9 cluster. Use the correct ISA.

Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
 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




More information about the barebox mailing list