From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 2 Oct 2017 15:51:33 +0200 Subject: [U-Boot] [PATCH 2/2] mx25pdk: Remove duplicated define In-Reply-To: <20170930015501.7334-2-otavio@ossystems.com.br> References: <20170930015501.7334-1-otavio@ossystems.com.br> <20170930015501.7334-2-otavio@ossystems.com.br> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/09/2017 03:55, Otavio Salvador wrote: > The CONFIG_SYS_MMC_ENV_DEV is duplicated, drop it. > > Signed-off-by: Otavio Salvador > --- > > include/configs/mx25pdk.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h > index 57e2a6db36..bb100c40df 100644 > --- a/include/configs/mx25pdk.h > +++ b/include/configs/mx25pdk.h > @@ -58,8 +58,6 @@ > #define CONFIG_ENV_SIZE (8 * 1024) > #define CONFIG_SYS_MMC_ENV_DEV 0 > > -#define CONFIG_SYS_MMC_ENV_DEV 0 > - > /* U-Boot general configuration */ > #define CONFIG_AUTO_COMPLETE > #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ > Applied to u-boot-imx, -master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================