[U-Boot] [PATCH v2 9/9] TI:armv7: Enable CONFIG_CMD_GPIO

Tom Rini trini at ti.com
Fri Aug 9 17:22:20 CEST 2013


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

Acked-by: Dan Murphy <dmurphy at ti.com>
Signed-off-by: Tom Rini <trini at 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 0eaa59b..a49a37c 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



More information about the U-Boot mailing list