[PATCH v2 2/5] tegra: switch to ARMv7 cpu type
Lucas Stach
dev at lynxeye.de
Thu Mar 7 05:33:19 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 7ac134e..5dbf74d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -125,7 +125,7 @@ config ARCH_VEXPRESS
config ARCH_TEGRA
bool "Nvidia Tegra-based boards"
- select CPU_ARM926T
+ select CPU_V7
select HAS_DEBUG_LL
endchoice
--
1.8.1.2
More information about the barebox
mailing list