From: Lucas Stach <dev@lynxeye.de>
To: barebox@lists.infradead.org
Subject: [PATCH v4 02/13] tegra: switch to proper CPU type
Date: Wed, 10 Apr 2013 11:14:44 +0200 [thread overview]
Message-ID: <1365585295-2420-2-git-send-email-dev@lynxeye.de> (raw)
In-Reply-To: <1365585295-2420-1-git-send-email-dev@lynxeye.de>
Tegras main CPUs are all ARMv7.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bb9b47b..dfb7e24 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -137,7 +137,7 @@ config ARCH_VEXPRESS
config ARCH_TEGRA
bool "Nvidia Tegra-based boards"
- select CPU_ARM926T
+ select CPU_V7
select HAS_DEBUG_LL
config ARCH_ZYNQ
--
1.8.1.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2013-04-10 9:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 9:14 [PATCH v4 01/13] tegra: pull in iomap.h from the Linux kernel Lucas Stach
2013-04-10 9:14 ` Lucas Stach [this message]
2013-04-10 9:14 ` [PATCH v4 03/13] tegra: unify spelling in Kconfig with " Lucas Stach
2013-04-10 9:14 ` [PATCH v4 04/13] tegra: introduce Tegra 20 SoC type Lucas Stach
2013-04-10 9:14 ` [PATCH v4 05/13] tegra: move default textbase Lucas Stach
2013-04-10 9:14 ` [PATCH v4 06/13] tegra: switch to DT only Lucas Stach
2013-04-10 9:14 ` [PATCH v4 07/13] tegra: add driver for the clock and reset module Lucas Stach
2013-04-10 9:14 ` [PATCH v4 08/13] tegra: add T20 timer driver Lucas Stach
2013-04-10 9:14 ` [PATCH v4 09/13] tegra: add T20 power management controller driver Lucas Stach
2013-04-10 9:14 ` [PATCH v4 10/13] tegra: add common lowlevel startup Lucas Stach
2013-04-10 9:14 ` [PATCH v4 11/13] tegra: add generic debug UART support Lucas Stach
2013-04-10 20:52 ` antonynpavlov
2013-04-10 9:14 ` [PATCH v4 12/13] tegra: add generic meminit Lucas Stach
2013-04-10 9:14 ` [PATCH v4 13/13] tegra: add GPIO controller driver Lucas Stach
2013-04-10 20:46 ` antonynpavlov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1365585295-2420-2-git-send-email-dev@lynxeye.de \
--to=dev@lynxeye.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox