From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 2 Aug 2013 16:26:15 -0400 Subject: [U-Boot] [PATCH 10/10] TI:armv7: Enable CONFIG_CMD_GPIO In-Reply-To: <1375475175-5073-1-git-send-email-trini@ti.com> References: <1375475175-5073-1-git-send-email-trini@ti.com> Message-ID: <1375475175-5073-11-git-send-email-trini@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add the generic "poke a GPIO" command, with the GPIO related defines. Signed-off-by: Tom Rini --- 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 -- 1.7.9.5