summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_panda.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2011-10-12 10:31:45 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:35 +0200
commit3b413c5bfa2595483baaefb006cbad1ee4b489fc (patch)
treec6ce8fde27d038205c73e67c48745421fc548c78 /include/configs/omap4_panda.h
parentb5db0a068a25e71b178e4b89635af731cf2f7c24 (diff)
downloadtalos-obmc-uboot-3b413c5bfa2595483baaefb006cbad1ee4b489fc.tar.gz
talos-obmc-uboot-3b413c5bfa2595483baaefb006cbad1ee4b489fc.zip
omap4_panda: Build in cmd_gpio support on panda
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> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap4_panda.h')
-rw-r--r--include/configs/omap4_panda.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index 67da70ea05..e9ef2a3782 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
OpenPOWER on IntegriCloud