diff mbox

[U-Boot,v3,2/2] omap4_panda: Build in cmd_gpio support on panda

Message ID 1318451505-22631-2-git-send-email-joe.hershberger@ni.com
State Accepted, archived
Commit 3b413c5bfa2595483baaefb006cbad1ee4b489fc
Delegated to: Tom Rini
Headers show

Commit Message

Joe Hershberger Oct. 12, 2011, 8:31 p.m. UTC
Enable the gpio command

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
---
Changes for v2:
 - Correct a bad merge... sorry.
Changes for v3:
 - Boolean defines should not have a value

 include/configs/omap4_panda.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index 67da70e..e9ef2a3 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -35,6 +35,9 @@ 
 
 #include <configs/omap4_common.h>
 
+/* GPIO */
+#define CONFIG_CMD_GPIO
+
 /* ENV related config options */
 #define CONFIG_ENV_IS_NOWHERE