diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-05-08 18:28:26 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-15 19:21:24 +0200 |
commit | 32a6eaeadf1e28a8185c86ef2f362eb634bb1083 (patch) | |
tree | 749956a565e3e8c2cdf5f63b30136dd699f8d600 /include | |
parent | 06c3564d5f42abbe65ba290bddd3dfffff365c38 (diff) | |
download | u-boot-imx-32a6eaeadf1e28a8185c86ef2f362eb634bb1083.zip u-boot-imx-32a6eaeadf1e28a8185c86ef2f362eb634bb1083.tar.gz u-boot-imx-32a6eaeadf1e28a8185c86ef2f362eb634bb1083.tar.bz2 |
imx: ventana: config: enable gpio command
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 69c6202..1ae4a59 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -47,6 +47,7 @@ /* GPIO */ #define CONFIG_MXC_GPIO +#define CONFIG_CMD_GPIO /* Serial */ #define CONFIG_MXC_UART |