From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Mon, 23 May 2016 08:25:26 -0700 Subject: [U-Boot] [PATCH 1/4] imx: ventana: config: remove redundant config In-Reply-To: <1464017129-24130-1-git-send-email-tharvey@gateworks.com> References: <1464017129-24130-1-git-send-email-tharvey@gateworks.com> Message-ID: <1464017129-24130-2-git-send-email-tharvey@gateworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de remove redundant define that exists in mx6_common.h Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 3 --- 1 file changed, 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 -- 1.9.1