From a1665ed1367ba6295b4794c0db25109b010cc88d Mon Sep 17 00:00:00 2001
From: Tom Rini <trini@ti.com>
Date: Fri, 9 Aug 2013 11:22:20 -0400
Subject: [PATCH] TI:armv7: Enable CONFIG_CMD_GPIO

Add the generic "poke a GPIO" command, with the GPIO related defines.

Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
---
 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 6a65b4c4d1..e0ab6912ba 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -80,6 +80,7 @@
 
 /* GPIO block */
 #define CONFIG_OMAP_GPIO
+#define CONFIG_CMD_GPIO
 
 /*
  * GPMC NAND block.  We support 1 device and the physical address to
-- 
2.39.5