diff options
Diffstat (limited to 'include/configs/mx6qsabresd.h')
-rw-r--r-- | include/configs/mx6qsabresd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6qsabresd.h b/include/configs/mx6qsabresd.h index 771d129..a1d9285 100644 --- a/include/configs/mx6qsabresd.h +++ b/include/configs/mx6qsabresd.h @@ -25,4 +25,10 @@ #include "mx6qsabre_common.h" +#define CONFIG_SYS_FSL_USDHC_NUM 3 +#if defined(CONFIG_ENV_IS_IN_MMC) +#define CONFIG_SYS_MMC_ENV_DEV 2 /* eMMC/uSDHC4 */ +#define CONFIG_SYS_MMC_ENV_PART 1 /* Boot partition 1 */ +#endif + #endif /* __MX6QSABRESD_CONFIG_H */ |