From patchwork Mon Jan 28 23:32:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 216399 X-Patchwork-Delegate: twarren@nvidia.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 43A972C0099 for ; Tue, 29 Jan 2013 10:36:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 84BA24A18F; Tue, 29 Jan 2013 00:34:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e0sLLA2rCzN3; Tue, 29 Jan 2013 00:34:53 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 35F764A190; Tue, 29 Jan 2013 00:33:56 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 92AD54A087 for ; Tue, 29 Jan 2013 00:33:48 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DxPlMs4b6RGk for ; Tue, 29 Jan 2013 00:33:45 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-da0-f51.google.com (mail-da0-f51.google.com [209.85.210.51]) by theia.denx.de (Postfix) with ESMTPS id 0E6F24A09B for ; Tue, 29 Jan 2013 00:33:43 +0100 (CET) Received: by mail-da0-f51.google.com with SMTP id i30so1486152dad.24 for ; Mon, 28 Jan 2013 15:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-nvconfidentiality; bh=G3ZyvYdu2nTm5iEzLZ3b3tiraeJH81qnNWI2j2e/PFE=; b=vcEWkT2DKPU5t1WfSVUkZm3pfsonP/g+bXIwirC7vh4NeWYvW8wzb37pa0Chg3mL6P GXKUnA9BP7gFw0LNvroPUISimDgBp7/ua7klhdFRlMqpOpEnzwU2qXAxe3V0gsn2sCpY qzB2WRK8CHdyDZ68kcNtzPQjZyckp2ZSI7qrcdVB2P0SBTxeidjAd6a+R504g2SigHZE /uQPYHSypouHr4BXX5RgIg65ceK2B8Z6ApVop1zAtDZ9LWqVWyhgG3FuWLyQKvbkAoGz dLsJMKSawEqyp19QnkGAKtmXC+LYyTL+28cp8y8TeMIWqLlO5UsDE3rWbt+DOn6YMhLp d4Rw== X-Received: by 10.68.216.201 with SMTP id os9mr41499496pbc.36.1359416021632; Mon, 28 Jan 2013 15:33:41 -0800 (PST) Received: from localhost.localdomain (ip68-230-103-25.ph.ph.cox.net. [68.230.103.25]) by mx.google.com with ESMTPS id bi8sm7602835pab.15.2013.01.28.15.33.39 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 28 Jan 2013 15:33:40 -0800 (PST) From: Tom Warren To: u-boot@lists.denx.de Date: Mon, 28 Jan 2013 16:32:12 -0700 Message-Id: <1359415933-30002-6-git-send-email-twarren@nvidia.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1359415933-30002-1-git-send-email-twarren@nvidia.com> References: <1359415933-30002-1-git-send-email-twarren@nvidia.com> X-NVConfidentiality: public Cc: swarren@nvidia.com, Tom Warren , twarren.nvidia@gmail.com Subject: [U-Boot] [PATCH v3 6/7] Tegra114: Add generic Tegra114 build support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This patch adds basic Tegra114 (T114) build support - no specific board is targeted. Signed-off-by: Tom Warren --- 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();