From 2bbd86512d5581aba50a47ca21e0b6df3896345d Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 8 Oct 2018 19:42:20 -0700 Subject: MLK-19783-2 mx6slevk: Fix wrong mmcdev value in spinor build image Decouple the CONFIG_SYS_MMC_ENV_DEV with CONFIG_ENV_IS_IN_MMC to fix wrong mmcdev value in spinor build image. Signed-off-by: Ye Li Reviewed-by: Peng Fan (cherry picked from commit f800cd6890900c79266750a4faff375028612ecb) --- include/configs/mx6slevk.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 1565c904e4..9e3645d877 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -217,9 +217,7 @@ #define CONFIG_MMCROOT "/dev/mmcblk1p2" /* USDHC2 */ #define CONFIG_SYS_FSL_USDHC_NUM 3 -#if defined(CONFIG_ENV_IS_IN_MMC) #define CONFIG_SYS_MMC_ENV_DEV 1 /* SDHC2*/ -#endif #define CONFIG_IMX_THERMAL -- cgit v1.2.3