diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-05-23 08:25:26 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-05-24 15:01:43 +0200 |
commit | 3061a5766ac34111929bec81b23e59ddf8a8b1e2 (patch) | |
tree | 92869b809fe8ba6abfcd6a156132ce8eccffc4e1 | |
parent | 83e1394242180f683ce6ba4840f4a5f6a14d2fa0 (diff) | |
download | u-boot-imx-3061a5766ac34111929bec81b23e59ddf8a8b1e2.zip u-boot-imx-3061a5766ac34111929bec81b23e59ddf8a8b1e2.tar.gz u-boot-imx-3061a5766ac34111929bec81b23e59ddf8a8b1e2.tar.bz2 |
imx: ventana: config: remove redundant config
remove redundant define that exists in mx6_common.h
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r-- | include/configs/gw_ventana.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index e11629c..8d689f1 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -52,9 +52,6 @@ #define CONFIG_DM_THERMAL #endif -/* GPIO */ -#define CONFIG_MXC_GPIO - /* Thermal */ #define CONFIG_IMX_THERMAL |