diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/colibri_imx7.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 53001b1b6ff..c2c9dbc1396 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -478,11 +478,7 @@ #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE #endif -#ifdef CONFIG_SYS_USE_NAND -#define CONFIG_SYS_FSL_USDHC_NUM 1 -#else #define CONFIG_SYS_FSL_USDHC_NUM 1 -#endif #define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1 */ #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */ |