diff mbox

[U-Boot,10/10] TI:armv7: Enable CONFIG_CMD_GPIO

Message ID 1375475175-5073-11-git-send-email-trini@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Aug. 2, 2013, 8:26 p.m. UTC
Add the generic "poke a GPIO" command, with the GPIO related defines.

Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/ti_armv7_common.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Dan Murphy Aug. 6, 2013, 6:34 p.m. UTC | #1
On 08/02/2013 03:26 PM, Tom Rini wrote:
> Add the generic "poke a GPIO" command, with the GPIO related defines.
>
> 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 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
Acked-by: Dan Murphy <dmurphy@ti.com>
diff mbox

Patch

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