From patchwork Sat Mar 22 15:17:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Nelson X-Patchwork-Id: 332841 X-Patchwork-Delegate: sbabic@denx.de 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 0B0A32C0082 for ; Sun, 23 Mar 2014 02:17:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8EDE54B5FD; Sat, 22 Mar 2014 16:17:47 +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 EsSCshsYcFN5; Sat, 22 Mar 2014 16:17:47 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8A8014B5D6; Sat, 22 Mar 2014 16:17:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E0CE34B5D6 for ; Sat, 22 Mar 2014 16:17:35 +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 aa4UQfnIv6YZ for ; Sat, 22 Mar 2014 16:17:32 +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-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by theia.denx.de (Postfix) with ESMTPS id 414954B5D2 for ; Sat, 22 Mar 2014 16:17:27 +0100 (CET) Received: by mail-pa0-f44.google.com with SMTP id bj1so3616919pad.31 for ; Sat, 22 Mar 2014 08:17:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/xoSpaIGaq+Rh1LchG1sdGv9ALtlIECg418RffNabQw=; b=K+Lpoj/YQK8lHaORfScw3Beihw8yaXV8cLXGCzNfxqMxeLmpBfVrJailXlrlaImF2Y OY456dPWaPUIouGOMiICHaumDtuPiCjSHeZqd755+zyfepBtOPhdzmHZA/eA2YzCisIr YNutZGsiF0OD/Soj/SOtLaBXOjLW2UfcRLgQVck2kgE+UHSZ3/1JO8xngDO4HeSZIubC N8/WKFqNa30R+uxCKK98eoJvJfDpTlCEpYrvuKVmrORqkMYZxFeuHSdatdPyuRXWzNxY 2fzZj5yD+iK0BUEy67S1nl5f8DocrQhtXB8HwIXrcrfgvhdZNO1oRiC2o9EpvxPHwnkB ye7g== X-Gm-Message-State: ALoCoQnWWds5/PFCcZMqWt45H3T+qWa3jmqZTrjXXK20bbpHBIhH2uGc3gboWxQ3r3NEUzgUyn7G X-Received: by 10.66.141.12 with SMTP id rk12mr1075281pab.152.1395501445374; Sat, 22 Mar 2014 08:17:25 -0700 (PDT) Received: from localhost.localdomain (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id pv4sm16178509pbb.55.2014.03.22.08.17.22 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Mar 2014 08:17:24 -0700 (PDT) From: Eric Nelson To: u-boot@lists.denx.de Date: Sat, 22 Mar 2014 08:17:09 -0700 Message-Id: <1395501429-4872-1-git-send-email-eric.nelson@boundarydevices.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <201403220233.50340.marex@denx.de> References: <201403220233.50340.marex@denx.de> Cc: marex@denx.de Subject: [U-Boot] [PATCH] ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x 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 Use of PCIe on SABRE Lite and Nitrogen6x boards is atypical and requires the use of custom daughter boards. Use in U-Boot is even rarer, so this patch removes it from the standard configuration. Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- include/configs/nitrogen6x.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index f2db8c5..f7e7315 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -356,7 +356,6 @@ /* * PCI express */ -#define CONFIG_CMD_PCI #ifdef CONFIG_CMD_PCI #define CONFIG_PCI #define CONFIG_PCI_PNP