diff options
author | Ye Li <ye.li@nxp.com> | 2018-10-08 19:42:20 -0700 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2018-10-08 20:07:53 -0700 |
commit | f800cd6890900c79266750a4faff375028612ecb (patch) | |
tree | 9ae09d525421095873ebea084efcc5773e1087ed /include | |
parent | 52b48188ec1cc4e352beb034991657df8ce78129 (diff) |
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 <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6slevk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 1565c904e40..9e3645d8770 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 |