From: Tom Warren <twarren.nvidia@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 6/7] Tegra114: Add generic Tegra114 build support
Date: Mon, 28 Jan 2013 16:32:12 -0700 [thread overview]
Message-ID: <1359415933-30002-6-git-send-email-twarren@nvidia.com> (raw)
In-Reply-To: <1359415933-30002-1-git-send-email-twarren@nvidia.com>
This patch adds basic Tegra114 (T114) build support - no specific
board is targeted.
Signed-off-by: Tom Warren <twarren@nvidia.com>
---
Changes in v2:
- none
Changes in v3:
- none
board/nvidia/common/board.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
index a4af539..e986fcf 100644
--- a/board/nvidia/common/board.c
+++ b/board/nvidia/common/board.c
@@ -196,7 +196,7 @@ void gpio_early_init(void) __attribute__((weak, alias("__gpio_early_init")));
int board_early_init_f(void)
{
-#if defined(CONFIG_TEGRA30)
+#if !defined(CONFIG_TEGRA20)
pinmux_init();
#endif
board_init_uart_f();
--
1.7.0.4
next prev parent reply other threads:[~2013-01-28 23:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-28 23:32 [U-Boot] [PATCH v3 1/7] Tegra114: Add arch-tegra114 include files Tom Warren
2013-01-28 23:32 ` [U-Boot] [PATCH v3 2/7] Tegra114: Add AVP (arm720t) files Tom Warren
2013-01-28 23:32 ` [U-Boot] [PATCH v3 3/7] Tegra114: Add CPU (armv7) files Tom Warren
2013-01-28 23:32 ` [U-Boot] [PATCH v3 4/7] Tegra114: Add common CPU (shared) files Tom Warren
2013-01-28 23:32 ` [U-Boot] [PATCH v3 5/7] Tegra114: Dalmore: Add DT files Tom Warren
2013-01-28 23:32 ` Tom Warren [this message]
2013-01-28 23:32 ` [U-Boot] [PATCH v3 7/7] Tegra114: Add/enable Dalmore build (T114 reference board) Tom Warren
2013-02-02 1:06 ` Allen Martin
2013-01-29 0:43 ` [U-Boot] [PATCH v3 1/7] Tegra114: Add arch-tegra114 include files Stephen Warren
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=1359415933-30002-6-git-send-email-twarren@nvidia.com \
--to=twarren.nvidia@gmail.com \
--cc=u-boot@lists.denx.de \
/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