From patchwork Fri Aug 2 20:26:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 264340 X-Patchwork-Delegate: trini@ti.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 0F7FD2C0092 for ; Sat, 3 Aug 2013 06:28:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A939F4A04A; Fri, 2 Aug 2013 22:28:11 +0200 (CEST) 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 YrDafiEh9mSJ; Fri, 2 Aug 2013 22:28:11 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 64A5F4A0EB; Fri, 2 Aug 2013 22:27:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ADEDE4A0AB for ; Fri, 2 Aug 2013 22:27:16 +0200 (CEST) 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 pPlc+HSka6ls for ; Fri, 2 Aug 2013 22:27:12 +0200 (CEST) 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-qc0-f174.google.com (mail-qc0-f174.google.com [209.85.216.174]) by theia.denx.de (Postfix) with ESMTPS id 23E0A4A023 for ; Fri, 2 Aug 2013 22:26:35 +0200 (CEST) Received: by mail-qc0-f174.google.com with SMTP id c1so577895qcz.5 for ; Fri, 02 Aug 2013 13:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=OdYkEiTpC2oDV72RunJ8WUK/dwkPwvABpYIwmyQdF9E=; b=EZ9izb6pnlmHKxz9edASJgqYvQxdDvRKX5qHHItKMj7Ockl4khwLO1OzoBAt/KD5By cFuZXifCXxd94q37c4Lr2/NW3SDyddsVkLUASoLzCT4kij1q895Hyr+5D++YmIxqGOEV 4qMPhiFNVb06ZY3m03OCiRBA9ihydt0HWccLaWH7ls1fj7+FrEibV/YthZA/Zi3KmjHa AszanWwBhqyU6cH15uLehFutu4FVUHek8tnqxE8PkuX0SVD2UgyvU5ABocvWIVJryFXE YkrO9sOUZf2Nmj8y3oeh/CrAdlPpJKLXVyw2dxzzAGxYVGHIVJcPu7FT0nIQOJTzhiqV AWFQ== X-Received: by 10.49.116.104 with SMTP id jv8mr11457138qeb.34.1375475194517; Fri, 02 Aug 2013 13:26:34 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPSA id i12sm7300169qej.1.2013.08.02.13.26.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 Aug 2013 13:26:33 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Fri, 2 Aug 2013 16:26:15 -0400 Message-Id: <1375475175-5073-11-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1375475175-5073-1-git-send-email-trini@ti.com> References: <1375475175-5073-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH 10/10] TI:armv7: Enable CONFIG_CMD_GPIO 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 Add the generic "poke a GPIO" command, with the GPIO related defines. Signed-off-by: Tom Rini Acked-by: Dan Murphy --- include/configs/ti_armv7_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 88ed85c..dc3ff7c 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -79,6 +79,7 @@ /* GPIO block */ #define CONFIG_OMAP_GPIO +#define CONFIG_CMD_GPIO /* * GPMC NAND block. We support 1 device and the physical address to