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

Joe Hershberger joe.hershberger at ni.com
Wed Oct 12 22:31:45 CEST 2011


Enable the gpio command

Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
Cc: Joe Hershberger <joe.hershberger at gmail.com>
Cc: Sandeep Paulraj <s-paulraj at 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 --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
 
-- 
1.6.0.2



More information about the U-Boot mailing list