From: Otavio Salvador Date: Sat, 30 Sep 2017 01:55:00 +0000 (-0300) Subject: mx25pdk: Remove duplicated define X-Git-Tag: v2017.11-rc2~57^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=baf348fb3677dbca850cfaa21cc99a85d85b38cc;p=u-boot mx25pdk: Remove duplicated define The CONFIG_SYS_MMC_ENV_DEV is duplicated, drop it. Signed-off-by: Otavio Salvador --- 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 */